Browse Source

Fix icon size for real

v1
Araragi 2 years ago
parent
commit
09336a5b80
  1. 9
      README.md
  2. 1
      build-ff.js
  3. BIN
      chrome/1449696017588.png
  4. 2
      chrome/manifest.json
  5. BIN
      firefox/1449696017588.png
  6. 3
      firefox/manifest.json
  7. 2
      firefox_update.json
  8. 3
      jkcs-0.32.xpi
  9. BIN
      logo.png
  10. 2
      package.json

9
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.
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!**

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

BIN
chrome/1449696017588.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 21 KiB

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

BIN
firefox/1449696017588.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 21 KiB

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

2
firefox_update.json

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

3
jkcs-0.32.xpi

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1961922e38477a1283682342dabafe741c43403e7b51b1465d40094b4050f283
size 9831381

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 21 KiB

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

Loading…
Cancel
Save