Releases: violentmonkey/violentmonkey
BETA v2.31.6
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
uploadobject to GMxhr to track progress of uploadingdata - show GMxhr error in tab console if no
onerrorcallback is provided - autocomplete
GMAPI 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
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@grantdirectives. Violentmonkey will show a reminder in the popup to use@grant noneorunsafeWindowif your script relies on the old behavior.
Commit log: v2.31.4...v2.31.5
BETA v2.31.4
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
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
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
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:
- show existing tags in editor
- support
globalVarsin editor autocomplete hints - support
iconin GM_registerMenuCommand - expose GM_info.script.options
- handle greasyfork.cc
Commit log: v2.31.0...v2.31.1
v2.31.0
v2.30.0
Notable changes since v2.29.0:
- fix #2257: inject cache raciness when the page doesn't run scripts with
@run-at document-startordocument-body
Commit log: v2.29.0...v2.30.0
BETA v2.29.1
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-startordocument-body
Commit log: v2.29.0...v2.29.1
v2.29.0
Notable changes since v2.28.2:
- HiDPI icons for Firefox extension panel
Commit log: v2.28.2...v2.29.0