diff options
author | Ajay <[email protected]> | 2024-06-22 16:27:18 +0530 |
---|---|---|
committer | Ajay <[email protected]> | 2024-06-22 16:27:18 +0530 |
commit | fae7d921a7f74da5df4420ba169ecc16b79aeb82 (patch) | |
tree | 1dc44c52f80cc12cac0e9f54a61a31426f929f54 /manifest/chrome-manifest-extra.json | |
parent | 60a2eff40a6b67bf56e319460b58ddc25b90e80f (diff) | |
parent | 5e179cf9ff3177f760cfbbfd87af17248f0902db (diff) | |
download | SponsorBlock-fae7d921a7f74da5df4420ba169ecc16b79aeb82.tar.gz SponsorBlock-fae7d921a7f74da5df4420ba169ecc16b79aeb82.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into mv3mv3
Diffstat (limited to 'manifest/chrome-manifest-extra.json')
-rw-r--r-- | manifest/chrome-manifest-extra.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest/chrome-manifest-extra.json b/manifest/chrome-manifest-extra.json index 4af7eb82..4fa0fed7 100644 --- a/manifest/chrome-manifest-extra.json +++ b/manifest/chrome-manifest-extra.json @@ -76,6 +76,9 @@ "https://*.youtube.com/*", "https://www.youtube-nocookie.com/embed/*" ], + "exclude_matches": [ + "https://accounts.youtube.com/RotateCookiesPage*" + ], "all_frames": true, "run_at": "document_start" }, @@ -92,6 +95,9 @@ "https://*.youtube.com/*", "https://www.youtube-nocookie.com/embed/*" ], + "exclude_matches": [ + "https://accounts.youtube.com/RotateCookiesPage*" + ], "all_frames": true, "run_at": "document_start" } |