From 6a719a8058f31920267ec952fd3a8abe27cb5cf0 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 25 Sep 2018 09:45:29 +0200 Subject: Changed so that all SE sites are affected --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a56493c..b3fc97a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Stack exchange styles", "version": "0.1", "content_scripts": [{ - "matches": ["*://meta.stackexchange.com/*", "*://stackoverflow.com/*"], + "matches": ["*://*.stackexchange.com/*"], "css": ["style.css"] }] } -- cgit v1.2.3