userscripts
userscripts copied to clipboard
After enabling the logger, need to restart Safari for take effect
- https://github.com/quoid/userscripts/pull/761
- https://github.com/quoid/userscripts/issues/409
Because this preference setting is initialized only once after the extension is loaded, the extension must be reloaded (Safari restarted) for it to take effect.
However, this is not explicitly mentioned in the guidelines, which may prevent users from seeing and collecting valid logs.
Either the mechanism needs to be improved to make it take effect dynamically, or the documentation needs to be updated to explicitly mention this step.