Make sure JKCS works in the report window.

This commit is contained in:
Araragi 2022-08-03 17:27:23 -04:00
parent c09095ae65
commit 50325a52ca
5 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import webExt from "web-ext";
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 manif = {
manifest_version: 2,

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "JannySkillersCaptchaSolver",
"description": "The Janny Skillers Captcha Solver of choice.",
"version": "0.23",
"version": "0.25",
"icons": {
"64": "1449696017588.png"
},

View File

@ -8,19 +8,21 @@
},
"name": "JannySkillersCaptchaSolver",
"description": "The Janny Skillers Captcha Solver of choice.",
"version": "0.23",
"version": "0.25",
"icons": {
"64": "1449696017588.png"
},
"permissions": [
"https://*.4chan.org/*",
"https://*.4channel.org/*"
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*"
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"css": [],
"run_at": "document_end",

View File

@ -1 +1 @@
{"addons":{"{jkcs@coom.tech}":{"updates":[{"version":"0.23","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/jkcs-0.23.xpi"}]}}}
{"addons":{"{jkcs@coom.tech}":{"updates":[{"version":"0.25","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/jkcs-0.25.xpi"}]}}}

BIN
jkcs-0.25.xpi Normal file

Binary file not shown.