github violentmonkey/violentmonkey v2.13.2

latest releases: v2.19.0, v2.18.3, v2.18.2...
20 months ago

Notable fixes:

  • GM_setValue with big amounts of data or frequent changes + speedup
  • GM_xmlhttpRequest with FormData in Firefox (new contributor: @dmarto)
  • GM_xmlhttpRequest with new URL or location in the url parameter
  • import/export in old browsers (Chrome 55-70, FF 53-64)
  • Google Drive sync in FF
  • GM_download with options parameter in FF
  • key to edit a focused script (via Up/Down arrow keys), e and Enter

Notable changes:

  • speed up internal script matching
  • faster script update check, using HEAD request to reduce traffic
  • added Update command in popup "..." menu for a script
  • click "missing resource" notification to open the script in editor
  • expose pattern errors in installer, in console of the web page, when saving a script (in editor) or the blacklist (in options)
  • homepage icon will also read @website and @source and @namespace
  • use GM_xmlhttpRequest's onerror when specified to report url missing error instead of throwing
  • enable scrolling the page via Home/End/PgUp/PgDn right after opening of dashboard/popup
  • show dashboard icons and script sizes instantly if cached
  • Editor
    • autocomplete-on-typing enabled by default in 100ms, configurable as usual in options
    • Esc key will undo multiple selection; if selection is single or none it closes the editor as usual
    • value storage editor uses CodeMirror now
    • editor tab for a newly created script will show script URL instead of _new after saving it

See https://violentmonkey.github.io/ for more details.

Don't miss a new violentmonkey release

NewReleases is sending notifications on new releases.