From c408a1db4f9a65e079d54f4fcf18eab17c822450 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sat, 5 Nov 2022 16:58:58 +0100 Subject: [PATCH] do not match index --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index b328ee7..27a23ba 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,7 @@ "content_scripts": [ { "matches": ["*://*.gigamonkeys.com/book/*.html"], + "exclude_matches": ["*://*.gigamonkeys.com/book/index.html"], "js": ["./js/webpoly.js", "./js/highlight-lisp.js", "./js/tocbot.js","./js/tippy.js","./js/main.js"], "css": ["./css/highlight-style.css"] }