diff --git a/README.md b/README.md index 26b0d94..5dd7f4d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This is a fork of https://github.com/AUTOMATIC1111/4chan-captcha-solver that foc This project uses [PNPM](https://pnpm.io/) for package management. +How to Build +============== +Install [NodeJS](https://nodejs.org/) if you haven't already, I personally use the latest version of Node (v18 at the time of writing) on Linux x64. +Install [PNPM](https://pnpm.io/) +Run ``pnpm install`` in this directory, then run ``pnpm run build_ff`` or ``pnpm run build_chrome`` depending on your browser of choice. build_ff will create an unsigned Firefox .xpi addon, while build_chrome will create an extension directory that can be side-loaded in Developer mode. + How to Install ============== @@ -17,4 +23,5 @@ How to Install - Select the `chrome` folder from the zip you extracted earlier. ## Firefox -As of ``jkcs-0.30.xpi``, the extension is finally signed! Which means you can just drag it into your addons page and install it as you normally would. \ No newline at end of file +As of ``jkcs-0.30.xpi``, the extension is finally signed! Which means you can just drag it into your addons page and install it as you normally would. +**Coming to the Firefox Add-on store soon for easy installation!** \ No newline at end of file diff --git a/build-ff.js b/build-ff.js index edd35a3..1dad1d2 100644 --- a/build-ff.js +++ b/build-ff.js @@ -18,6 +18,7 @@ const domains = [ const manif = { manifest_version: 2, + browser_specific_settings: {}, name: "Joshi Koukousei Captcha Service", description: "The captcha solver made by and for japanese high school girls", version: "0." + rev, diff --git a/chrome/1449696017588.png b/chrome/1449696017588.png index 6df56ce..951a177 100644 Binary files a/chrome/1449696017588.png and b/chrome/1449696017588.png differ diff --git a/chrome/manifest.json b/chrome/manifest.json index 6fb0187..294418b 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Joshi Koukousei Captcha Service", "description": "The captcha solver made by and for japanese high school girls", - "version": "0.31", + "version": "0.32", "icons": { "64": "1449696017588.png" }, diff --git a/firefox/1449696017588.png b/firefox/1449696017588.png index 6df56ce..951a177 100644 Binary files a/firefox/1449696017588.png and b/firefox/1449696017588.png differ diff --git a/firefox/manifest.json b/firefox/manifest.json index e253a3b..e35044e 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,8 +1,9 @@ { "manifest_version": 2, + "browser_specific_settings": {}, "name": "Joshi Koukousei Captcha Service", "description": "The captcha solver made by and for japanese high school girls", - "version": "0.31", + "version": "0.32", "icons": { "64": "1449696017588.png" }, diff --git a/firefox_update.json b/firefox_update.json index 30b8fce..8feab4d 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{jkcs@coom.tech}":{"updates":[{"version":"0.31","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/jkcs-0.31.xpi"}]}}} \ No newline at end of file +{"addons":{"{jkcs@coom.tech}":{"updates":[{"version":"0.32","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/jkcs-0.32.xpi"}]}}} \ No newline at end of file diff --git a/jkcs-0.32.xpi b/jkcs-0.32.xpi new file mode 100644 index 0000000..04503d1 --- /dev/null +++ b/jkcs-0.32.xpi @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1961922e38477a1283682342dabafe741c43403e7b51b1465d40094b4050f283 +size 9831381 diff --git a/logo.png b/logo.png index 6df56ce..951a177 100644 Binary files a/logo.png and b/logo.png differ diff --git a/package.json b/package.json index f67fb20..ff5201b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "pnpm exec standard --fix" }, "author": "/cumg/, formerly AUTOMATIC", - "license": "ISC", + "license": "MIT 0", "dependencies": { "@tensorflow/tfjs": "^3.19.0", "@tensorflow/tfjs-backend-wasm": "^3.19.0"