Violentmonkey Versions Save

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

v2.14.3

10 months ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable changes:

  • 50e39e56 fix: GM_get/setValue of the same script in multiple tabs/frames
  • 9b7b5067 fix: send cookie header when anonymous is true in GM_xmlhttpRequest - partially still broken when the site has existing cookies, it'll be fixed in the next release soon
  • 7750bdff fix: process blob: urls in GM_xmlhttpRequest and GM_download
  • 712df2b6 fix: hide GM_xmlhttpRequest's response cookies from browser same as Tampermonkey
  • 2cbae525 fix: injection in sandboxed iframes
  • 2bd8a5fa fix: opening the editor/dashboard/tabs in Vivaldi

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.14.2...v2.14.3

v2.14.2

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable changes:

  • more reliable storage flushing when throttling the writes for performance
  • fixed random injection failure in iframes in Firefox on some sites

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.14.1...v2.14.2

v2.14.1

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable changes:

  • require Firefox 57+ (#1759)
  • restore precision in GM_info.platform.browserVersion in modern Chrome
  • customize @inject-into in script settings

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.14.0...v2.14.1

v2.14.0

1 year ago

Notable changes:

  • Restored dashboard favicon in Firefox.

  • Fixed opening links from popup in Firefox.

  • This is the last version for Firefox 52. The minimum in the next Violentmonkey will be Firefox 57 (Quantum), which properly supports various browser API used in Violentmonkey, i.e. in Firefox 52-56 the extension was partly broken.

The version string is shorter now:

  • Stable releases will only increment the second number and always end with a 0.
  • Beta will have a nonzero number at the end: 2.14.1, 2.14.2 etc.

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.11...v2.14.0

v2.13.12

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.11...v2.13.12

v2.13.11

1 year ago

Notable fixes:

  • Injection of delayed scripts on pages that were slow to load.
  • Removing scripts from recycle bin.

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.10...v2.13.11

v2.13.10.2

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable fixes:

  • Injection of delayed scripts on pages that were slow to load.

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.10.1...v2.13.10.2

v2.13.10.1

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable changes:

  • 713ddbcb fix: removing scripts from recycle bin

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.10...v2.13.10.1

v2.13.10

1 year ago

Bugs in this version: #1754

Notable fixes:

  • fixed Dropbox sync, #1746
  • fixed injection being randomly broken, #1739
  • fixed blank icon issue in Firefox Android
  • fixed script list not fully shown sometimes when closing editor
  • fixed GMxhr's responseXML error with non-html data and response with non-JSON (now it's just null)
  • restored compatibility with very old Firefox/Chrome

Notable changes:

  • simplified excluding of domain in popup, #1749
  • new option: "Alternative page mode in Firefox", #1743
  • show "syntax error?" in popup under failed script names
  • set popup height to 100% of the screen in mobile browsers
  • speed up importing a backup with many files
  • allow manually updating a disabled script
  • hide toolbar in Firefox Android so it doesn't obscure the script at the edge

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.9...v2.13.10

v2.13.9.4

1 year ago

This is a beta release of Violentmonkey (also in WebStore), use it at your own risk.
If you already use Violentmonkey, click Export to zip in settings before installing the beta.

Notable changes:

  • fix: Dropbox sync, #1746
  • fix: injection randomly broken, #1739
  • new option: "Alternative page mode in Firefox", #1743

Commit log: https://github.com/violentmonkey/violentmonkey/compare/v2.13.9.3...v2.13.9.4