diff --git a/manifest.json b/manifest.json index 0bc35fe..d60554f 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ }, "content_scripts": [ { - "matches": ["*://*/*"], + "matches": ["*://*.jupyter.org/*", "*://localhost:*/*", "*://127.0.0.1:*/*"], "js": ["content.js"], "css": ["styles.css"], "run_at": "document_end"