Greasemonkey version history - 10 versions
Greasemonkeyby Anthony Lieuallen
Rated 4.1 out of 5
4.1 Stars out of 5
Be careful with old versions! These versions are displayed for testing and reference purposes.
You should always use the latest version of an add-on.
Latest version
Version 4.9
Released Jun 12, 2019 - 529.75 KBWorks with firefox 57.0 and later, android 57.0 and laterSource code released under MIT/X11 License
Older versions
Version 4.8
Released May 8, 2019 - 528.88 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs:<br />Source code released under MIT/X11 License
Version 4.7
Released Aug 28, 2018 - 526.78 KBWorks with firefox 57.0 and later, android 57.0 and laterSource code released under MIT/X11 License
Version 4.6
Released Jul 12, 2018 - 518.89 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs:- Repair GM.xmlHttpRequest() when fetching XML content. (#2980)
- Added translations in several languages.
- Users may specify global exclude patterns, where no user scripts will run. (#2843)
Source code released under MIT/X11 License
Version 4.5
Released Jun 28, 2018 - 520.17 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs: New features:Source code released under MIT/X11 License
Version 4.4.0
Released May 23, 2018 - 520.66 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs: New features:Source code released under MIT/X11 License
Version 4.3
Released Mar 16, 2018 - 463.87 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs:
- The
open_in_background
feature ofGM.openInTab()
works correctly. (#2672) - Installation of user scripts works even from sites with strict Content Security Policies, like GitHub. (#2631)
New features:
- Even "forbidden" headers (e.g. Cookie, Host, User-Agent) may be specified when calling GM.xmlHttpRequest(). (#2723)
- Interface strings are translated into multiple languages. (#2527)
- Greasemonkey will not install scripts while disabled. (#2643)
- Monkey menu has new Firefox-native look and feel. (#2805)
- New scalable icon. (#2739)
Source code released under MIT/X11 License
- The
Version 4.2
Released Jan 19, 2018 - 448.22 KBWorks with firefox 57.0 and later, android 57.0 and laterFixed bugs:- Use of the magic TLD is now reflected correctly in the monkey menu user script list. (#2795)<br>
- Privileged API handlers will now refuse to continue without the appropriate @grant entry. (#2777)<br>
- Native xmlHttpRequest now handles URLs relative to the page correctly. (#2771)<br>
- When globally enabling/disabling Greasemonkey, this setting is saved across Firefox restarts. (#2652)<br>
- Firefox for Android is marked compatible. <br>
- Improved keyboard accessibility of the Monkey Menu. (#2794)
- Added a save button to the user script editor (Ctrl-S still works). (#2785)<br>
- User scripts will execute on local file:///s. (#2693)<br>
- The script install dialog appears in a dialog, not a browser tab. (#2641)<br>
- When the ==UserScript== block contains an unrecognized key, the entire key name is indicated in the warning message. (#2684)<br>
Source code released under MIT/X11 License
Version 4.1
Works with firefox 52.0 and later, android 52.0 and laterFixed bugs:- For GM.xmlHttpRequest, set the finalURL (#2692) and support onprogress (#2712).<br>
- Update @match handling to be consistent with pre-existing behavior. (#2673, #2715)<br>
- Handle user scripts that end with a comment. (#2670)<br>
- Fix changing @noframes in the user script editor. (#2637)<br>
New features:
Source code released under MIT/X11 License
Version 4.0
Works with firefox 57.0 and laterA complete rewrite from scratch, built on the WebExtensions API to work with Firefox 57 and beyond. For more detail see http://www.greasespot.net/2017/09/greasemonkey-4-announcement.html .Source code released under MIT/X11 License