From 7a8649562c35e1e36510e39f66917c9c606dfe63 Mon Sep 17 00:00:00 2001 From: Haku Date: Thu, 25 Nov 2021 00:35:31 -0500 Subject: [PATCH] buttons are no longer attempted to be injected onto ajax pages --- build/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/manifest.json b/build/manifest.json index 65ddf14..aef222d 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -16,7 +16,7 @@ "content_scripts": [ { "matches": ["https://www.nationstates.net/*"], - "exclude_matches": ["https://forum.nationstates.net/*", "https://www.nationstates.net/template-overall=none/*"], + "exclude_matches": ["https://forum.nationstates.net/*", "https://www.nationstates.net/template-overall=none/*", "https://www.nationstates.net/page=ajax2/*"], "run_at": "document_idle", "js": ["scripts/buttons.js"] },