Releases: quoid/userscripts
Releases · quoid/userscripts
v2.2.0
Userscripts v2.2.0
- In editor search
- click on the search icon or hit cmd+f to bring up the search bar
- look here for more info: https://codemirror.net/demo/search.html
- New metadata keys
@inject-into
- allows the user to choose which context to inject the script into
- values: auto, content, page (default)
- works like violentmonkey - https://violentmonkey.github.io/api/metadata-block/#inject-into
@run-at
- allows the user to choose the injection timing
- document-start, document-end (default), document-idle
- works like violentmonkey - https://violentmonkey.github.io/api/metadata-block/#run-at
@weight
- allows the user to further adjust script injection timing
- can be used to ensure one script injects before another
- ONLY accepts integers (floats, strings and everything else will be ignored)
- min value = 1, max value = 999, higher numbers (“heavier”) execute earlier
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Userscripts v2.1.0
- allow users to choose the desired save/load location for their userscripts - #32
- refocus editor after saving - #60
- fixed a bug that was causing duplicate entries in the manifest - #62
- regularly purge manifest of stale entries - #57
- open save/load location properly when clicking link in settings modal
- misc styling/code changes
v2.0.1
v2.0.0
Userscripts v2.0.0
- Near complete overhaul of extension
- UI now lives in a page rather than popover
- Enables multiple, domain specific, scripts
- Many more features, see documentation