Mar 15, 2015 ˇ Greasemonkey: How to do something when style="display: none;" changes? ... I've tried attrchange, waitForKeyElements, and MutationObserver and ...
Jul 31, 2017 ˇ I run the following script with Greasemoneky. The script uses me to display:none or visibility:hidden some html objects in Facebook.
Sep 24, 2023 ˇ Hi, I'm new to GreaseMonkey, and I have been trying without success to write a short script to hide a DIV, if it contains specific content ...
Removing a div with Greasemonkey. To get rid of minor annoyances in your favorite websites, you can use Greasemonkey to tweak html where needed.
[Reddit] [Greasemonkey] Script to hide/show the side bar on demand, or when the window width is less than 900 pixels - RedditGMSidebarHide.user.js.
@namespace url(http://www.w3.org/1999/xhtml);. /* Hide Facebook dock. */. div.fbDock { display: None !important; }. /* Hide Facebook ego organic stuff.
Mar 16, 2021 ˇ For the benefit of the users who do not want to have these buttons taking up space, can you add a toggle for the greasemonkey add-in to provide ...
I see my remedy in Greasemonkey to use script for change css address & browsing from my computer. I have problem by replacing below HTML code but will better ...
May 25, 2012 ˇ You want to set all form and related elements to be visible by altering the display attribute if necessary. You can do this with JavaScript and jQuery.
Jun 12, 2023 ˇ Currently, I'm using the tampermonkey* beta Chrome extension to manipulate a web page. I'm not entirely certain if tampermonkey is right for ...