From ac132ed56baeb33ca3be07bcd2b0f5486230a27c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Sep 2022 20:25:00 +0200 Subject: [PATCH] firefox: move removing of "New Tweets" to uBlock origin --- dotfiles/firefox.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotfiles/firefox.css b/dotfiles/firefox.css index cc5ab77..89d3415 100644 --- a/dotfiles/firefox.css +++ b/dotfiles/firefox.css @@ -15,9 +15,4 @@ position: static !important; scroll-snap-align: start !important; } - - /* Hide the “new Tweets available” floating toast notification */ - [aria-label="New Tweets are available."] { - display: none !important; - } }