Justin Wasack
Justin Wasack
resolved in https://github.com/quoid/userscripts/commit/38b4e08c4fbf3b29311d2241943b24c994e2c567
@lparikka Also, are there any log in the consoles? You could check: - the browser console - the popup console (right click popup and click `Inspect Element`) - `console.app` and...
@lparikka Can you move files out of iCloud drive to a local folder, then back into a *different* iCloud drive folder? This will help us verify whether or not the...
@lparikka these instructions should still be valid: https://github.com/quoid/userscripts/issues/174#issuecomment-985052792 Make sure to backup your userscripts before doing any that
> And in which part of the console.app should the errors apper? I usually go into `console.app` and create an `Any` filter for the string `Userscripts`. Once I find a...
@lparikka I would first try to just change the directory to local, see how that works (shut down Safari when you do this). Then if that works switch it back...
**Also only use `grant` in `GM.info.script` object** - currently the keys `grant` and `grants` both appear.
@scholtzm > Personally, I think a much better solution would be to change the context and display warning message that the requested @grant was not provided. Are you suggesting we...
done in https://github.com/quoid/userscripts/commit/9c7066f70482cb432247b883a10a7b68d8dad3c6
@ACTCD > browser.runtime.onMessage in background.js should check whether the sender @grant has the corresponding API, to avoid userscript bypassing @grant to directly construct browser.runtime.sendMessage to call NOT @grant API. Do...