userscripts icon indicating copy to clipboard operation
userscripts copied to clipboard

After enabling the logger, need to restart Safari for take effect

Open ACTCD opened this issue 3 months ago • 0 comments

  • 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.

ACTCD avatar Dec 02 '25 00:12 ACTCD