I have the following fairly basic greasemonkey script: var newloc = location.href.replace(/^(.*)-xyz-(.*)$/i, \"$1$2\");
I\'ve got a greasemonkey script that, when it runs, checks to see if an update is available, and prompts the user to download the update if so.This normally works fine, except that if a user opens mul
This should be an easy question, but how do I detect the jQuery-UI version? This is for a Greasemonkey script and the (current) target page appears to be running jQuery-UI, 1.5.2.But, different targe
I have to copy and paste the values of input type=\"button\" (ie value=\"1.25\", value=\"3.50\") from a lot of pages. Is it possible using jquery or greasemonkey?
Is there a Firefox plugin I can use to help automate multiple searches? i.e. I have a list of keyword combinations and I want to automatically paste each combination into a form like below and open e
I\'m working on my first GM script, to replace the Flash previews on http://www.freesound.org with HTML 5 audio tags, and to add a download link to search results. I have the latter working fine, but
I\'m trying to deconstruct part of Gmail and can\'t seem to be able to find what is happening (what functions are called) when a specific button is clicked.
I am writing a firefox greasemonkey script which is supposed to run inside gmail an开发者_Go百科d allow users to submit all attachments from a gmail conversation thread to my server. I only see two wa
I\'m writing a Greasemonkey script for a site which at some point modifies location.href. How can I get an event (via window.addEventListener or something similar) when window.location.href changes o
I am writing a fairly basic GreaseMonkey script that locates text in a specific element and then uses that text to do things later. The relevant bits of code are as follows: