diff options
author | mini-bomba <[email protected]> | 2024-06-13 01:08:12 +0200 |
---|---|---|
committer | mini-bomba <[email protected]> | 2024-06-13 01:09:27 +0200 |
commit | f48c57b1c5368aa29d04ac0b37cd427f96206583 (patch) | |
tree | 6c6a150be603f4b0dd97ec7c8e3ac7a1cbb5706d | |
parent | 98ac2fc618e8a74a5f467ffb5f0ea37e8aeba38c (diff) | |
download | SponsorBlock-f48c57b1c5368aa29d04ac0b37cd427f96206583.tar.gz SponsorBlock-f48c57b1c5368aa29d04ac0b37cd427f96206583.zip |
Don't inject into the cookie rotate iframe
There's nothing there, it only breaks the refreshing.
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 5a513095..2ebf3cd3 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -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" |