From acddc6cb869c0c2266d3f3a6a1902e72135c6af7 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 7 Sep 2020 17:18:51 +0200 Subject: [PATCH] Hide youtube login popup --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index d73904c..65a1e16 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -119,4 +119,10 @@ #comments > #sections > #contents > :first-child { margin-top: -30px; } + + /* Hide popup */ + #dialog + { display: none !important; } + .opened + { display: none !important; } }