Browse Source

Make sure JKCS works in the report window.

v1
Araragi 2 years ago
parent
commit
4de129aeba
  1. 2
      build-ff.js
  2. 2
      chrome/manifest.json
  3. 8
      firefox/manifest.json
  4. 2
      firefox_update.json
  5. 3
      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"}]}}}

3
jkcs-0.25.xpi

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df16e75d8d37f0d38d4a4682b92d9e7bfce3d811d013edd3bf5a0480da0dfdd5
size 9545532
Loading…
Cancel
Save