GitHub

v2.48.0

Notable changes since v2.47.0:

  • fix GM_notification in Firefox
  • fix GM_registerMenuCommand: show commands from frames
  • fix GM_download in Firefox: use tab's incognito
  • fix GM_download error callback in browser API mode
  • fix ⌘Enter in the installer UI in MacOS
  • fix Chrome 146+ leaky webRequest registrations in Secure Preferences that cause huge delays until the extension is fully reinstalled
  • fix "+" New in dashboard
  • fix compatibility with older MV3 chromiums that don't expose browser by default

Commit log: v2.47.0...v2.48.0

BETA v2.47.1

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.47.0:

  • fix GM_notification in Firefox
  • fix GM_registerMenuCommand: show commands from frames
  • fix GM_download in Firefox: use tab's incognito
  • fix GM_download error callback in browser API mode
  • fix ⌘Enter in the installer UI in MacOS
  • fix Chrome 146+ leaky webRequest registrations in Secure Preferences that cause huge delays until the extension is fully reinstalled
  • fix "+" New in dashboard
  • fix compatibility with older MV3 chromiums that don't expose browser by default

Commit log: v2.47.0...v2.47.1

v2.47.0

Notable changes since v2.46.0:

  • dashboard: add New from file to + menu
  • fix sync bug with special characters in script names like ' or &
  • fix gmxhr/gmdl with blob: URLs in Firefox
  • editor: show number of matches in search
  • dashboard: show correct size in MV3
  • dashboard: a removed script remains in the list (in recent releases it disappeared)

Commit log: v2.46.0...v2.47.0

BETA v2.46.2

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.46.1:

  • sync: fix the bug with special characters in script names like ' or &
  • editor: show number of matches in search
  • dashboard: show correct size in MV3

Commit log: v2.46.1...v2.46.2

BETA v2.46.1

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.46.0:

  • add New from file to + menu in dashboard
  • fix #2624: gmxhr/gmdl with blob: URLs in Firefox

Commit log: v2.46.0...v2.46.1

v2.46.0

Notable changes since v2.45.0:

  • add an option to enable browser downloads api support in GM_download by @Tyarel8 (#2552)
  • [ ] Alternative page mode can be enabled in MV3 Chromiums to provide a real document-start timing for userscripts but it's disabled by default as not everyone needs it and more importantly the current implementation is inefficient so it's only good when the combined size of the injected scripts along with their storage and resources for a given webpage is less than 1MB.
  • add a toggler icon in popup for scripts with multiple commands to hide the labels and show a horizontal row of icons
  • add Bypass CSP in Firefox option which modifies CSP of sites like github.com to run scripts in the page context so they can have direct access to JS environment without the need for wrappedJSObject.
  • fix GM_cookie in chromiums

Commit log: v2.45.0...v2.46.0

BETA v2.45.5

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.45.4:

  • keep ongoing downloads when the creator tab is closed/navigated
  • MV3: improve sync reliability
  • MV2: fix Firefox 68 compatibility

Commit log: v2.45.4...v2.45.5

BETA v2.45.4

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.45.3:

  • [ ] Alternative page mode can be enabled in MV3 Chromiums to provide a real document-start timing for userscripts but it's disabled by default as not everyone needs it and more importantly the current implementation is inefficient so it's only good when the combined size of the injected scripts along with their storage and resources for a given webpage is less than 1MB.
  • The Values tab in the editor will be shown only if the script has a @grant for value storage.

Commit log: v2.45.3...v2.45.4

BETA v2.45.3

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.45.2:

  • fix #2605 GM_download: apply browser download API to data/blob urls
  • fix #2606 GM_download: re-allow Referer and User-Agent headers in Firefox + browser API enabled
  • show local file access help in Firefox 153+

Commit log: v2.45.2...v2.45.3

BETA v2.45.2

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.45.1:

  • add an option to enable browser downloads api support in GM_download by @Tyarel8 (#2552)
  • fix GM_cookie in chromiums

Commit log: v2.45.1...v2.45.2

Read the original on github.com ↗