Wednesday, October 29, 2014

Greasemonkey 2.3 Release

The entire list of bugs handled in this release is also available via the 2.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).

Enhancements and changes:
  • Added @noframes metadata imperative. (#1859)
Fixed bugs:
  • Improved disk usage of script values' SQLite databases. (#2036)
  • Fixed the responseType feature for GM_xmlhttpRequest(). (#2032)
  • Fixed a null variable reference in Firefox Sync. (#2014, #2017)

3 comments:

mtd said...

I am getting the following error every time i open a page with this new 2.3 version of greasemonkey Error: unterminated string literal.
My computer didnt have this error before the upgrade....
What can I do???

wOxxOm said...

mtd, try disabling all userscripts (Greasemonkey icon -> Manage scripts), reload the page and see if the error is gone. If it's gone then enable back the userscripts one by one, each time refreshing the page until you see the error - this userscript will be the offender. Now try removing it and installing from the original location. If it doesn't help then report back here with the userscript name, the link to its page or the script code which you can post to privatepaste.

mtd said...

Thanks for your help. All good now.