From 78283c7f0ac45cb6cad1a4ff887806d80c34ea21 Mon Sep 17 00:00:00 2001 From: Araragi Date: Wed, 3 Aug 2022 17:28:31 -0400 Subject: [PATCH] for real this time --- build-chrome.js | 2 +- chrome/manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build-chrome.js b/build-chrome.js index 3a4a3c7..2d85911 100644 --- a/build-chrome.js +++ b/build-chrome.js @@ -17,7 +17,7 @@ import esbuild from "esbuild"; let res = spawnSync("git", ["rev-list", "--count", "HEAD"]); let rev = +res.stdout; -const domains = ["https://*.4chan.org/*", "https://*.4channel.org/*"]; +const domains = ["https://*.4chan.org/*", "https://*.4channel.org/*", "https://sys.4chan.org/*"]; const manif3 = { manifest_version: 3, diff --git a/chrome/manifest.json b/chrome/manifest.json index afa786e..ff46870 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -26,7 +26,8 @@ { "matches": [ "https://*.4chan.org/*", - "https://*.4channel.org/*" + "https://*.4channel.org/*", + "https://sys.4chan.org/*" ], "css": [], "run_at": "document_end",