Browse Source

Make sure JKCS works in the report window.

pull/1/head
Araragi 2 years ago
parent
commit
50325a52ca
  1. 2
      build-ff.js
  2. 2
      chrome/manifest.json
  3. 8
      firefox/manifest.json
  4. 2
      firefox_update.json
  5. BIN
      jkcs-0.25.xpi

2
build-ff.js

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

2
chrome/manifest.json

@ -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"
},

8
firefox/manifest.json

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

2
firefox_update.json

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

BIN
jkcs-0.25.xpi

Binary file not shown.
Loading…
Cancel
Save