From 0571516ff6786f6978c48adeba3920a2bd90086c Mon Sep 17 00:00:00 2001 From: Jack Haden-Enneking Date: Wed, 6 May 2020 09:20:17 -0700 Subject: [PATCH] match HTTPS site too --- headers.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/headers.json b/headers.json index 4eb3bf2..ca90b50 100644 --- a/headers.json +++ b/headers.json @@ -1,6 +1,9 @@ { "namespace": "https://github.com/jonrhall", - "match": "http://bloodrizer.ru/games/kittens/", + "match": [ + "http://bloodrizer.ru/games/kittens/", + "https://bloodrizer.ru/games/kittens/" + ], "grant": [ "GM_addStyle" ], @@ -8,4 +11,4 @@ "https://d3js.org/d3.v3.min.js", "https://gist.githubusercontent.com/jonrhall/9fb5f6f0a820763704c6635e57602eb5/raw/6eb742223b9795260ba62150196ed0ae4a461e39/bullet.js" ] -} \ No newline at end of file +}