scripts just not working #819
|
hello everyone!! I’ve been experiencing some issues recently with the extension, and it is that whenever i click a script (when i am also on the right website to use it) the script goes from shite to dark grey, and when i click it over and over again, it just doesn’t do anything besides change the color of the script. What exactly should i do here? |
Answered by
ACTCD
Jun 18, 2025
Replies: 1 comment 1 reply
|
Clicking a userscript in popup is to switch the enabled/disabled state of the userscript. As long as you keep it enabled and you write the correct metadata, it injects the specified website ( You don't usually need to open popup often unless you need to temporarily disable a script. |
1 reply
Answer selected by
ACTCD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clicking a userscript in popup is to switch the enabled/disabled state of the userscript.
As long as you keep it enabled and you write the correct metadata, it injects the specified website (
@match) at the specified time (@run-at).You don't usually need to open popup often unless you need to temporarily disable a script.