userscripts
userscripts copied to clipboard
`@require` not support relative paths
https://wiki.greasespot.net/Metadata_Block#@require
The URL specified may be relative to the URL the script is being installed from.
But we don't actually support this, and since the current architecture does not record installURL, we can't easily achieve this.
Related:
- https://github.com/quoid/userscripts/issues/836
- https://github.com/quoid/userscripts/issues/584