userscripts icon indicating copy to clipboard operation
userscripts copied to clipboard

`@require` not support relative paths

Open ACTCD opened this issue 8 months ago • 0 comments

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

ACTCD avatar Jul 13 '25 09:07 ACTCD