Skip to content

v2.12.5

Compare
Choose a tag to compare
@tophf tophf released this 06 Feb 08:21
· 1724 commits to master since this release

Features

  • CodeMirror 5.51
  • import Tampermonkey backup zip file
  • drag'n'drop the backup zip into the settings page
  • a per-script option to show update notifications (in editor's settings tab)
    image
  • a global option (in VM settings) to ignore the above per-script notification option - this may come in handy to quickly disable notifications or conversely force-show them for all scripts regardless of their customized preference
    image
  • show "empty now!" in Recycle Bin + number of removed scripts under the icon
    image
  • show errors during an update in dashboard as red color on the items
    image
  • add a scope selector to the dashboard search filter: name, code, all
    image
  • slightly faster userscript sandbox initialization, correct handling of readonly/unforgeable/event properties on the window object
  • show Violentmonkey sandbox as a virtual script to simplify debugging (for example now it can be "blackboxed" in devtools call stack and "step into")
    image

Fixes

  • export backup as zip in new Chrome Canary, #812
  • copying via Ctrl-C inside editor's find input, #787
  • typing in "Add from new URL" input, #804
  • content mode injection of scripts in iframes
  • [Firefox] don't send cookies twice, #771
  • [Firefox] explicitly add window.wrappedJSObject to the wrapper, #765
  • [Edgium] authorization with GoogleDrive, #815
  • GM_xmlhttpRequest:
    • anonymous:true will ignore response cookies now, #794
    • correct order of events around load and blob/arraybuffer > 64MB, #777
    • support onloadstart event callback
    • abort() works again
  • GM_unregisterMenuCommand
  • GM_addValueChangeListener #839