diff --git a/.mozilla/firefox/README.org b/.mozilla/firefox/README.org index c599659..3a84a47 100644 --- a/.mozilla/firefox/README.org +++ b/.mozilla/firefox/README.org @@ -73,3 +73,4 @@ Block YouTube video player loading - https://www.4chan-x.net/builds/4chan-X.user.js - https://greasyfork.org/en/scripts/395257-better-google +- https://greasyfork.org/en/scripts/29420-google-dwimages diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 6272c66..4b501dc 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -13,6 +13,7 @@ #toggleMsgBtn { display: none; } .adg-rects.desktop { display: none; } .middlead.center { display: none !important; } + .replacedSideArrows { display: none; } form[name=post] { display: none; } hr.aboveMidAd { display: none; } hr.abovePostForm { display: none; }