Top "Greasemonkey" questions

OBSOLETE as of Firefox 57.

how to run greasemonkey script before the page content is displayed?

I am writing a plug-in for Firefox and using greasemonkey script to do that (I compile the user script using …

javascript firefox firefox-addon greasemonkey
Fire Greasemonkey script on AJAX request

I am working on a user script and I've just found that the script is not run when the main …

javascript ajax firefox greasemonkey
UserScripts & Greasemonkey: calling a website's JavaScript functions

I'm creating a UserScript extension for Firefox & Chrome and I'm trying to use some of the code in the …

javascript google-chrome-extension greasemonkey userscripts
Automatically run JavaScript code upon loading a specific website

I've written scripts to filter out threads and posts in a programming forum by author. But you need to post …

javascript browser greasemonkey userscripts tampermonkey
Greasemonkey & global variables

I'm noob with JavaScript and Greasemonkey and I'd like to write a simple script. I know that Greasemonkey wraps your …

javascript greasemonkey userscripts
Including a Greasemonkey script across multiple domains

This is a bit of an oddly specific question. I'm writing a Greasemonkey script that will run across ten domains. …

greasemonkey userscripts
How safe is Greasemonkey?

I've never actually used greasemonkey, but I was considering using it. Considering that GreaseMonkey allows you to let random people …

javascript security greasemonkey
JavaScript Code to Capitalize Text Inputs

I'm using the popular Firefox extension Greasemonkey. I'd like to know if there was a way to capitalize all text …

javascript jquery greasemonkey capitalization capitalize
How to Transfer All Greasemonkey userscripts to Tampermonkey on Firefox 57+

After read that Greasemonkey recommends users to install Tampermonkey or Violentmonkey. I've installed Tampermonkey and now I'm trying to transfer …

greasemonkey tampermonkey greasemonkey-4 firefox-57+
How to automatically click a confirm box?

My script clicks an image on a site. The image has an anchor href and an onclick href, but the …

javascript greasemonkey confirm