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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.