github violentmonkey/violentmonkey v2.13.0.23
BETA v2.13.0.23

latest releases: v2.26.2, v2.26.1, v2.26.0...
pre-release2 years ago

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:

  • trailing spaces are shown and trimmed on save, which you can disable in advanced settings by adding "showTrailingSpace": false and/or "killTrailingSpaceOnSave": false to the editor config (as usual you can see the exact names and state of these options by clicking the Show editor state button)

    image

  • number of undo in the editor is increased to 500 by default, i.e. it only applies to new installations

  • the edit action in the dashboard is a link so it can be opened in tab/window

  • faster lookup of globals from window, a global this, globalThis (#1532):

    • up to 50x in scripts with @grant none or no grant
    • up to 5x otherwise
      (noticeable in simple loops over 1000 repetitions or more)

Commit log: v2.13.0.22...v2.13.0.23

Don't miss a new violentmonkey release

NewReleases is sending notifications on new releases.