Friday, July 24, 2015

Greasemonkey 3.3 Release

The entire list of bugs handled in this release is also available via the 3.2 milestone on GitHub. Note that as always it takes some time for Mozilla to review the new version.  If you're interested in staying on the bleeding edge, try installing the development channel beta release.  If you are using this version and notice problems, it's best to log an issue or let us know at greasemonkey-dev (and be clear that it's with this version).

Feature enhancements:
  • Allow the script preference window flex size, especially useful for smaller displays. (#2191)
  • The script preference editor now allows editing @match (as well as @include and @exclude like always).  (#2126)
  • GM_getResourceURL is now compatible with favicons.  (#1955)
  • Web sites should not be able to detect that Greasemonkey is installed. (#1787)
Fixed bugs:
  • Web pages whose URLs end with .user.js should load properly. (#2178)
  • Repair memory leak related to GM_registerMenuCommand().  (#2067)