Browse Source

Initial unsigned Firefox addon

v1
Araragi 2 years ago
parent
commit
500315781a
  1. 3
      JKCS-0.6.xpi
  2. 2
      build-ff.js
  3. 24
      firefox/dist/main.js
  4. 24
      firefox/dist/model.js
  5. 5
      firefox/manifest.json
  6. 2
      firefox_update.json

3
JKCS-0.6.xpi

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

2
build-ff.js

@ -16,9 +16,11 @@ const manif = {
manifest_version: 2,
browser_specific_settings: {
gecko: {
id: "[email protected]",
update_url:
"https://git.coom.tech/araragi/JKCS/raw/branch/master/firefox_update.json",
},
},
name: "JannySkillersCaptchaSolver",
description: "The Janny Skillers Captcha Solver of choice.",

24
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) {

24
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"
];
})();

5
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": "[email protected]",
"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"
},

2
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"}]}}}
{"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"}]}}}
Loading…
Cancel
Save