Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

Make7

(8,546 posts)
12. You could use the 'Stylus' add-on to hide the html element.
Sun Aug 16, 2020, 10:04 PM
Aug 2020
https://addons.mozilla.org/en-US/firefox/addon/styl-us/

You can override a website's stylesheet with your own modifications. For example, to hide GrovelBot's Big Board:

.stickies-container {
   display: none !important;
}


(The same thing can be done with a userContent.css file placed in your FireFox profile folder, but it takes a few more steps - the add-on is comparatively more user friendly.)

This issue seems to stem from text size zooming messing up the html element placement (as far as I can tell). I think if the admins add an overflow: hidden rule to that div element, it would stop the contents from spilling over the rest of the page if people have the text zoomed in on their browsers.

Recommendations

0 members have recommended this reply (displayed in chronological order):

Latest Discussions»Help & Search»DU Community Help»How do I get rid of Grove...»Reply #12