From f48c57b1c5368aa29d04ac0b37cd427f96206583 Mon Sep 17 00:00:00 2001 From: mini-bomba <55105495+mini-bomba@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:08:12 +0200 Subject: [PATCH] Don't inject into the cookie rotate iframe There's nothing there, it only breaks the refreshing. --- manifest/manifest.json | 3 +++ 1 file changed, 3 insertions(+) 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"