Tab title flickering prevention. #330
Unanswered
LJISAMoige
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, you have to go to the options page and enable the "Replace scripts" option. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to stop tab titles from blinking ten times a second because that's insufferable.
I've set up to replace
([_a-z][a-z0-9_\s]*\.\s*)*document\s*.\s*title\s*=
by nothing in scripts, but no luck.It is a regex, I've checked apply auto both on page load and every second, and replace scripts, but it doesn't seem to work?
If I f12 the pages and search their js code for that same regex I'll get the incriminated matches, here and untouched.
Is this not possible with this extension, or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions