



- GREASEMONKEY EXTENSION FIREFOX INSTALL
- GREASEMONKEY EXTENSION FIREFOX UPDATE
- GREASEMONKEY EXTENSION FIREFOX PATCH
- GREASEMONKEY EXTENSION FIREFOX FULL
- GREASEMONKEY EXTENSION FIREFOX CODE
If you click the Greasemonkey's monkey icon, currently there is a list of installed Userscripts. This will be a button or link to a file with a name that ends ".user.js"Īfter installing a userscript, you won't normally notice any further changes until you visit, or refresh, a website that it runs on. You just need to find the installation link for the script. Installing userscripts from other sources is a similar process.
GREASEMONKEY EXTENSION FIREFOX INSTALL
You may choose to install a Userscript in a disabled state as well. However if you ticked the "Open in editor after install completes" option the editor will open. You will need to reenable it from the Greasemonkey monkey icon and reinstall. Usually this means Greasemonkey is disabled.
GREASEMONKEY EXTENSION FIREFOX CODE
Sometimes, you may see just the source code of the userscript, rather than popping up the installation dialog straight away. If you only see a white boxed window try resizing it with the mouse grippy usually around the window border until the contents are visible as shown below: Click "Install" if you want to go ahead, and you should get a confirmation that the script has been installed. Navigate to the OpenUserJS page for the script, then click the blue "Install" button at the top of the page.Ī confirmation dialog box should pop up, showing you details about the script and the websites it can access. Once Greasemonkey is installed, installing userscripts from is simple. Once it has finished, you should see Greasemonkey's monkey icon at the top of the window, near the address bar. Firefox will show a warning and ask you to confirm adding the extension. This will show you the latest Greasemonkey version that will work with your version of Firefox.įrom the Greasemonkey page on AMO, click the blue "+ Add to Firefox" button to install the extension. To get userscripts going in Greasemonkey, first you have to install it from the Mozilla Add-Ons website, (AMO). It is the first extension to allow userscripts to be run in a web browser. +window.Greasemonkey is a userscript manager for Firefox, originally written by Aaron Boodman and currently Firefox front-end and back-end maintained by Anthony Lieuallen and Johan Sundström. + window.addEventListener('click', _gdb_watch_click, true) window.addEventListener('keypress', _gdb_watch_key, true) window.addEventListener('click', _gdb_watch_click, true) I modified the script for aviod display two delete button, and fixed shortcut when the interafce have a delete button already. Because google did not added a shortcut for delete. 10:12 - rextsaiHi, your script is very useful, please keep maintain the project.
GREASEMONKEY EXTENSION FIREFOX PATCH
Patch for new google interface which added delete button. It may be found for download at the Greasemonkey blog. The newest user script is also, as long as you use version 0.6.4 of Greasemonkey.
GREASEMONKEY EXTENSION FIREFOX UPDATE
(FIXED in 3.4.3)Ĭheck the comments in the source code of the user script for past update history.Ĭompatibility: The newest version of the extension is compatible with Firefox 1.5. I offer no warranty express or implied on this script. Warning: this is of course not official gmail code.
GREASEMONKEY EXTENSION FIREFOX FULL
