diff --git a/JKCS-0.6.xpi b/JKCS-0.6.xpi new file mode 100644 index 0000000..5bb26ac --- /dev/null +++ b/JKCS-0.6.xpi @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c3ceb25baaeb986017069a8b83a2748ee2e82a336f3a6d84e9259a505a5b3c +size 9513769 diff --git a/build-ff.js b/build-ff.js index 7dbf1e6..aff056c 100644 --- a/build-ff.js +++ b/build-ff.js @@ -16,9 +16,11 @@ const manif = { manifest_version: 2, browser_specific_settings: { gecko: { + id: "jkcs@coom.tech", update_url: "https://git.coom.tech/araragi/JKCS/raw/branch/master/firefox_update.json", }, + }, name: "JannySkillersCaptchaSolver", description: "The Janny Skillers Captcha Solver of choice.", diff --git a/firefox/dist/main.js b/firefox/dist/main.js index 39438db..39cc4cf 100644 --- a/firefox/dist/main.js +++ b/firefox/dist/main.js @@ -48688,30 +48688,6 @@ return a / b;`; init_define_BUILD_VERSION(); // src/main.js - var charset = [ - "", - "0", - "2", - "4", - "8", - "A", - "D", - "G", - "H", - "J", - "K", - "M", - "N", - "P", - "Q", - "R", - "S", - "T", - "V", - "W", - "X", - "Y" - ]; var model2; setBackend("cpu"); function toggle(obj, v) { diff --git a/firefox/dist/model.js b/firefox/dist/model.js index 86b333f..0ba169a 100644 --- a/firefox/dist/model.js +++ b/firefox/dist/model.js @@ -244,4 +244,28 @@ } ] }; + window.charset = [ + "", + "0", + "2", + "4", + "8", + "A", + "D", + "G", + "H", + "J", + "K", + "M", + "N", + "P", + "Q", + "R", + "S", + "T", + "V", + "W", + "X", + "Y" + ]; })(); diff --git a/firefox/manifest.json b/firefox/manifest.json index 3d8a08b..11029ff 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,12 +2,13 @@ "manifest_version": 2, "browser_specific_settings": { "gecko": { - "update_url": "https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/firefox_update.json" + "id": "jkcs@coom.tech", + "update_url": "https://git.coom.tech/araragi/JKCS/raw/branch/master/firefox_update.json" } }, "name": "JannySkillersCaptchaSolver", "description": "The Janny Skillers Captcha Solver of choice.", - "version": "0.4", + "version": "0.6", "icons": { "64": "1449696017588.png" }, diff --git a/firefox_update.json b/firefox_update.json index ad60eed..c7e8495 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{4127d5ac-25a0-4453-8d51-bb2eec2ae629}":{"updates":[{"version":"0.4","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/JKCS-0.4.xpi"}]}}} \ No newline at end of file +{"addons":{"{4127d5ac-25a0-4453-8d51-bb2eec2ae629}":{"updates":[{"version":"0.6","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/JKCS-0.6.xpi"}]}}} \ No newline at end of file