Userscript-Plus
Userscript-Plus copied to clipboard
[bug]: API broken because github redirects to non-whitelisted URL
Is there an existing issue for this?
- [X] I have searched the existing issues
Type
User Script
Web Browser
edge - latest
URL
ALl
What happened?
Error logs shows cannot connect due to white listed URL.
Steps To Reproduce
Activate github searching of scripts, open dev log.
Can easily be fixed by adding:
// @connect githubusercontent.com
Which I did, and it fixed the issue.
PR open here: https://github.com/magicoflolis/Userscript-Plus/pull/59