mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-09 16:52:14 +01:00
Don't inject into the cookie rotate iframe
There's nothing there, it only breaks the refreshing.
This commit is contained in:
parent
98ac2fc618
commit
f48c57b1c5
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
"https://*.youtube.com/*",
|
||||
"https://www.youtube-nocookie.com/embed/*"
|
||||
],
|
||||
"exclude_matches": [
|
||||
"https://accounts.youtube.com/RotateCookiesPage*"
|
||||
],
|
||||
"all_frames": true,
|
||||
"js": [
|
||||
"./js/content.js"
|
||||
|
|
Loading…
Reference in a new issue