From 48784e0d15caa5ff34057c4b8442ff194e49715c Mon Sep 17 00:00:00 2001 From: misimisi171718 <57968279+misimisi171718@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:22:10 +0200 Subject: [PATCH 1/2] add https://canvas.calamitymod.com/ to supoorted sites --- gorilla.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gorilla.json b/gorilla.json index 43a779a..bdc5ab9 100644 --- a/gorilla.json +++ b/gorilla.json @@ -11,7 +11,8 @@ "https://www.twitch.tv/otknetwork/*", "https://9jjigdr1wlul7fbginbq7h76jg9h3s.ext-twitch.tv/*", "https://place.ludwig.gg/*", - "https://pixelplace.io/*" + "https://pixelplace.io/*", + "https://canvas.calamitymod.com/*" ], "grant": [ "GM.xmlHttpRequest", From 327e6c07d9adffabdf93fead9d73f572960a494d Mon Sep 17 00:00:00 2001 From: misimisi171718 Date: Tue, 15 Aug 2023 17:49:11 +0200 Subject: [PATCH 2/2] update dist file --- dist/templateManager.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/templateManager.user.js b/dist/templateManager.user.js index 9282d1c..55db5f5 100644 --- a/dist/templateManager.user.js +++ b/dist/templateManager.user.js @@ -12,6 +12,7 @@ // @match https://9jjigdr1wlul7fbginbq7h76jg9h3s.ext-twitch.tv/* // @match https://place.ludwig.gg/* // @match https://pixelplace.io/* +// @match https://canvas.calamitymod.com/* // @grant GM.xmlHttpRequest // @grant GM.setValue // @grant GM.getValue