Releases: violentmonkey/violentmonkey
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-start
ordocument-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-start
ordocument-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
BETA v2.28.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.28.1:
- add
Toggle userscript injection
hotkey, configurable in chrome://extensions or about:addons - show network error in installer
- force-update dependencies on script update
Commit log: v2.28.1...v2.28.2
BETA v2.28.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.28.0:
- fix #2228: Promise-based GM functions in a tab opened with
window.open()
- fix #2031: extended language tags in the metadata comment like
zh-Hant-TW
Commit log: v2.28.0...v2.28.1
v2.28.0
Notable changes since v2.27.0:
- fix #2108: new script with an invalid/empty template
- fix #2214: data:// icons
- fix #2218: tracking of changes from file:// scripts
- initialize database faster on Chrome startup
- open a new installer tab if script source tab is closed
Commit log: v2.27.0...v2.28.0
v2.27.0
Notable changes since v2.26.2:
- expose
GM_info.platform.fullVersionList
(array of brands) andGM_info.platform.mobile
(boolean)
Commit log: v2.26.2...v2.27.0
BETA v2.26.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.26.1:
- installer/editor: allow malformed userscript metadata comment (e.g. extra characters before
//
or spaces after//
) with a warning - dashboard: add
Import from zip / Sync
item in+
menu when there are no scripts yet - options: blacklist
file:
URLs in new installations by default - scripts: fix async
GM
API in Chrome pre-115 - scripts: make async
GM
API return an instance ofPromise
in Firefox - scripts: apply the global network blacklist option to more ways a userscript can access a blocked URL e.g.
@resource
Commit log: v2.26.1...v2.26.2
BETA v2.26.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.26.0:
- fix opening installer in fenix incognito
- fix
await
on Promise returned from GM or external API in Firefox - add a warning in console when bypassing .user.js installer e.g. for scripts with malformed metablock on greasyfork
Commit log: v2.26.0...v2.26.1