From b447002821074cae0e65b0d0e0d24131d3d23376 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 1 Jul 2024 14:42:19 +0200 Subject: [PATCH] remove remix ad --- v1.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v1.css b/v1.css index 6f6c899..5846881 100644 --- a/v1.css +++ b/v1.css @@ -27,6 +27,11 @@ button[aria-label="Open GIF picker"] { display: none; } +/* I dun wanna your silly feature ads */ +span[aria-label="Download the mobile app to make your first remix"] { + display: none; +} + /* Discord support is useless in most cases, so stop sending me there */ a[href="https://support.discord.com"] { display: none;