Releases: violentmonkey/violentmonkey
v2.40.0
v2.39.0
Notable changes since v2.38.0:
- fix #2535: don't hide updated scripts in dashboard
Commit log: v2.38.0...v2.39.0
v2.38.0
Known bugs:
- #2535: checking for updates in dashboard hides the updatable scripts from the list.
Notable changes since v2.37.0:
- group scripts when searching in dashboard by location of the match: name (the occurrence is highlighted) > tags > description > code
- show
Cfor scripts in content mode in popup - fix #2527: complain about "*" host suffix in
@match - fix opening dashboard when there are scripts with
// @tag - fix update button in dashboard
- add S3-compatible sync provider (#2521) by @Arlind-dev
- show script commands in page context menu by @117649, the option can be toggled via dashboard or popup (disabled by default).


Commit log: v2.37.5...v2.38.0
BETA v2.37.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.37.4:
- fix top kebab menu in popup
- fix page commands in context menu in restored tabs in Firefox
Commit log: v2.37.4...v2.37.5
BETA v2.37.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.37.3:
- add S3-compatible sync provider (#2521) by @Arlind-dev
- fix #2518: clearInterval/clearTimeout with same-origin iframes
- fix #2520: GM_download for
data:URI - fix #2527: complain about "*" host suffix in
@match - fix: toggling
Show script commands in page menuis now applied to the open tabs without reloading them - show
Cfor scripts in content mode in popup
Commit log: v2.37.3...v2.37.4
BETA v2.37.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.37.2:
- script commands in page context menu by @117649, the option can be toggled via dashboard or popup (disabled by default). This beta requires reloading the page(s) after toggling the option, which won't be necessary in the next release.
Commit log: v2.37.2...v2.37.3
BETA v2.37.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.
Some edge case bugs fixed.
Commit log: v2.37.1...v2.37.2
BETA v2.37.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.37.0:
- dashboard: fix opening when there are scripts with
// @tag - dashboard: rename tab to "Settings | Update | Sync"
- dashboard: don't force an update on normal click
- dashboard: restore classic sort order with English names on top
Commit log: v2.37.0...v2.37.1
v2.37.0
Known bugs:
- #2499: the dashboard doesn't open if a script with
@tagwas installed. Until a new fixed version is released you can fix such userscripts manually as shown in this comment.
Notable changes since v2.36.0:
- fix #2500: GM_addElement incorrectly added the element if
parentparameter was falsy, now it'll returnnull
Commit log: v2.36.0...v2.37.0
v2.36.0
Notable changes since v2.35.2:
- per-frame scripts in the popup will have their own menu commands separate from the main list
Commit log: v2.35.2...v2.36.0