Browse Source

for real this time

v1
Araragi 2 years ago
parent
commit
78283c7f0a
  1. 2
      build-chrome.js
  2. 3
      chrome/manifest.json

2
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,

3
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",

Loading…
Cancel
Save