Top "Greasemonkey" questions

OBSOLETE as of Firefox 57.

Follow all users on a twitter page

I'm on https://twitter.com/#!/username/followers ; is there any greasemonkey script to follow all the twitter users on that …

javascript twitter greasemonkey
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
How do I include a remote javascript file in a Greasemonkey script?

I'm trying to write a Greasemonkey script, and would like to use the jQuery library to do so, but I'm …

javascript jquery greasemonkey
Opening and closing a new tab when downloading

On many websites (Dropbox being a good example), when you click on a document to download it, it opens a …

javascript tabs greasemonkey
How can I intercept XMLHttpRequests from a Greasemonkey script?

I would like to capture the contents of AJAX requests using Greasemonkey. Does anybody know how to do this?

javascript ajax greasemonkey
Using arrows-keys to navigate

I am wondering if there was a possibility to navigate with arrow keys through a table I created with JS(…

javascript jquery greasemonkey
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
Add a JavaScript button using Greasemonkey or Tampermonkey?

I am fairly new to the world of Greasemonkey and I was wondering how to make a button in JavaScript. …

javascript button greasemonkey tampermonkey
How do I get the jQuery-UI version?

This should be an easy question, but how do I detect the jQuery-UI version? This is for a Greasemonkey script …

jquery jquery-ui greasemonkey
How can I get greasemonkey to call a function on a page after it loads

I have a very simple greasemonkey script that I want to call an already existing javascript function on the page. …

javascript greasemonkey