Top "Tampermonkey" questions

Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.

window.close and self.close do not close the window in Chrome

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 tampermonkey
Trying to load jquery into tampermonkey script

I am writing a script which logs into my college network when the login page is loaded. The code looks …

javascript jquery tampermonkey
Userscript to wait for page to load before executing code techniques?

I'm writing a Greasemonkey user script, and want the specific code to execute when the page completely finishes loading since …

javascript jquery greasemonkey tampermonkey
Simulating a mousedown, click, mouseup sequence in Tampermonkey?

I would like to simulate a whole click not just document.getElementsByClassName()[0].click(); How do I do that? Search results …

javascript mouseevent greasemonkey userscripts tampermonkey
How to change a class CSS with a Greasemonkey/Tampermonkey script?

I'm trying to set the background image of the body, but only where it uses the class banner_url. The …

javascript css greasemonkey userscripts tampermonkey
Detecting combination keypresses (Control, Alt, Shift)?

I am trying to make a script run when Ctrl + Alt + e is pressed. How can Tampermonkey fire on a …

javascript greasemonkey tampermonkey ctrl modifier-key
Where are Chrome/Tampermonkey userscripts stored on the filesystem?

Where are Chrome/Tampermonkey userscripts stored on the filesystem? I want to edit user scripts directly instead of using the …

javascript google-chrome userscripts tampermonkey
GM_addStyle equivalent in TamperMonkey

Is there a TamperMonkey equivalent to GreaseMonkey's GM_addStyle method for adding CSS? In GreaseMonkey, you can add a bunch …

css tampermonkey
Greasemonkey/Tampermonkey @match for a page with parameters

I'm working on a script that must be executed in a certain page, depending on the parameters it has. The …

javascript regex greasemonkey tampermonkey
Include all pages in tampermonkey(userscript)

I have to include all sites in tampermonkey..this is the script that i have to run // ==UserScript== // @name Phishing …

userscripts tampermonkey