diff --git a/manifest.json b/manifest.json index 2a532b4..387ede0 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,7 @@ "content_scripts": [ { "matches": ["https://chat.openai.com/*"], + "exclude_matches": ["https://chat.openai.com/auth/login"], "js": ["js/content.js"] } ]