From ca41ff08e3395c381a17956f44037fa98946d520 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 2 Sep 2020 23:33:51 +0200 Subject: [PATCH] Hide youtube sponsor button --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index a700d37..d73904c 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -110,6 +110,8 @@ { display: none !important; } #subscribe-button.ytd-video-secondary-info-renderer { display: none !important; } + #sponsor-button + { display: none !important; } ytd-comments-header-renderer > #simple-box { display: none !important; }