Skip to content

Releases: violentmonkey/violentmonkey

BETA v2.31.6

08 Jan 07:57

Choose a tag to compare

BETA v2.31.6 Pre-release
Pre-release

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 since v2.31.5:

  • add upload object to GMxhr to track progress of uploading data
  • show GMxhr error in tab console if no onerror callback is provided
  • autocomplete GM API in editor
  • add string mode to script values editor so you don't need to escape line breaks or quotes

Commit log: v2.31.5...v2.31.6

BETA v2.31.5

29 Dec 06:23

Choose a tag to compare

BETA v2.31.5 Pre-release
Pre-release

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 since v2.31.4:

  • fix #2404: now sandbox is disabled only by adding @grant none, just like in Tampermonkey, while previously it was also disabled when there were no @grant directives. Violentmonkey will show a reminder in the popup to use @grant none or unsafeWindow if your script relies on the old behavior.

Commit log: v2.31.4...v2.31.5

BETA v2.31.4

17 Dec 16:31

Choose a tag to compare

BETA v2.31.4 Pre-release
Pre-release

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 since v2.31.3:

  • add option for disabling auto-sync, and buttons to manually push/pull
  • allow re-authorize on auth error
  • remove the sync delay
  • fix onedrive support
  • fix installation in incognito

Commit log: v2.31.3...v2.31.4

BETA v2.31.3

05 Dec 08:36

Choose a tag to compare

BETA v2.31.3 Pre-release
Pre-release

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 since v2.31.2:

  • sort by last visit date
  • sort in descending order
  • fix #2390: don't let sync remove scripts on startup
  • fix #2304: don't let missing deps mangle injected code
  • fix #2388, #2389: creating new script from the dashboard and switching back
  • fix #2391: remember editor popup position in FF
  • fix #2392: expose original setTimeout/setInterval to scripts

Commit log: v2.31.2...v2.31.3

BETA v2.31.2

12 Nov 00:04

Choose a tag to compare

BETA v2.31.2 Pre-release
Pre-release

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 since v2.31.1:

  • show sync error details in UI
  • fix #2368: Firefox workaround for CSP in html tag
  • fix #2382: send UpdateValue immediately

Commit log: v2.31.1...v2.31.2

BETA v2.31.1

04 Oct 14:50

Choose a tag to compare

BETA v2.31.1 Pre-release
Pre-release

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 since v2.31.0:

Commit log: v2.31.0...v2.31.1

v2.31.0

15 Mar 19:18

Choose a tag to compare

Notable changes since v2.30.0:

  • fix #2286: detect Firefox 138 in Android
  • fix #2268: keep script id while tracking
  • fix: use no-cache for sync

Commit log: v2.30.0...v2.31.0

v2.30.0

27 Jan 13:31

Choose a tag to compare

Notable changes since v2.29.0:

  • fix #2257: inject cache raciness when the page doesn't run scripts with @run-at document-start or document-body

Commit log: v2.29.0...v2.30.0

BETA v2.29.1

18 Dec 16:01

Choose a tag to compare

BETA v2.29.1 Pre-release
Pre-release

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 since v2.29.0:

  • fix #2257: inject cache raciness when the page doesn't run scripts with @run-at document-start or document-body

Commit log: v2.29.0...v2.29.1

v2.29.0

02 Dec 08:16

Choose a tag to compare

Notable changes since v2.28.2:

  • HiDPI icons for Firefox extension panel

Commit log: v2.28.2...v2.29.0