userScripts API: re-order without re-registering everything #606
Labels
supportive: chrome
Supportive from Chrome
supportive: firefox
Supportive from Firefox
supportive: safari
Supportive from Safari
topic: user scripts
Currently if we want to register a new userscript to run first we need to re-register all existing userscripts. Many users have a lot of userscripts (50-100), some of the popular ones are larger than 1MB and may have hundreds of match patterns, so that seems wasteful, especially if the user wants to re-order multiple scripts in quick succession testing the result each time.
It'd be nice to be able to set the order explicitly e.g. by specifying
before: 'id'
in the registration options.before
:before
must be unique?The text was updated successfully, but these errors were encountered: