Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
The issue is that when I invoke window.close() or self.close() it doesn't close the window. Now there seems …
javascript google-chrome greasemonkey tampermonkeyI am writing a script which logs into my college network when the login page is loaded. The code looks …
javascript jquery tampermonkeyI'm writing a Greasemonkey user script, and want the specific code to execute when the page completely finishes loading since …
javascript jquery greasemonkey tampermonkeyI would like to simulate a whole click not just document.getElementsByClassName()[0].click(); How do I do that? Search results …
javascript mouseevent greasemonkey userscripts tampermonkeyI'm trying to set the background image of the body, but only where it uses the class banner_url. The …
javascript css greasemonkey userscripts tampermonkeyI am trying to make a script run when Ctrl + Alt + e is pressed. How can Tampermonkey fire on a …
javascript greasemonkey tampermonkey ctrl modifier-keyWhere are Chrome/Tampermonkey userscripts stored on the filesystem? I want to edit user scripts directly instead of using the …
javascript google-chrome userscripts tampermonkeyIs there a TamperMonkey equivalent to GreaseMonkey's GM_addStyle method for adding CSS? In GreaseMonkey, you can add a bunch …
css tampermonkeyI'm working on a script that must be executed in a certain page, depending on the parameters it has. The …
javascript regex greasemonkey tampermonkeyI have to include all sites in tampermonkey..this is the script that i have to run // ==UserScript== // @name Phishing …
userscripts tampermonkey