aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'manifest')
-rw-r--r--manifest/chrome-manifest-extra.json6
-rw-r--r--manifest/manifest-v2-extra.json3
2 files changed, 9 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"
}
diff --git a/manifest/manifest-v2-extra.json b/manifest/manifest-v2-extra.json
index 1ab9b242..1c33efe7 100644
--- a/manifest/manifest-v2-extra.json
+++ b/manifest/manifest-v2-extra.json
@@ -120,6 +120,9 @@
"https://*.youtube.com/*",
"https://www.youtube-nocookie.com/embed/*"
],
+ "exclude_matches": [
+ "https://accounts.youtube.com/RotateCookiesPage*"
+ ],
"all_frames": true,
"js": [
"./js/content.js"