Justin Wasack
Justin Wasack
Nope, I don't know why this is happening. I sent you the updated file because I wanted to see if it only affected some websites, like it does for me....
@ACTCD These are good idea, but I should note that `webNavigation.onBeforeNavigate` is not reliable. Sometimes it does not return a `url` in Safari (I reported this bug to Apple a...
@ACTCD All of the `webNavigation` have the same issue I described. `tabs` is not very viable from my testing, [see here](https://github.com/quoid/userscripts/issues/184#issue-1082769875) We can not use `webRequest` because we have a...
Could you elaborate more on how this will work? - From `content.js` we still call `REQ_USERSCRIPTS` by page `sender.url`? - this is now sent from `content.js` or is still sent...
Light theme would be a valuable contribution! As @ACTCD has said, feel free to send your matrix id or shoot me an email and we can collaborate through there.
I am one of the maintainers of the previously mentioned [user script manager](https://github.com/quoid/userscripts). The reason an error is thrown is because synchronous `GM_` apis are not supported by the manager...