Browse Source

Publish FF and Userscript new versions

pull/46/head
coomdev 2 years ago
parent
commit
60f6fad289
  1. 2
      README.md
  2. 6
      chrome/dist/main.js
  3. 2
      chrome/manifest.json
  4. 850
      dist/main.js
  5. 857
      firefox/dist/main.js
  6. 2
      firefox/manifest.json
  7. 2
      firefox_update.json
  8. 2
      main.meta.js
  9. 852
      main.user.js
  10. BIN
      pngextraembedder-0.241.xpi

2
README.md

@ -25,7 +25,7 @@ Please report any issue you have with those (only for mainstream browsers)
Also, use this if you plan to use b4k's archive.
- [Install 4chanX (recommended)](https://www.4chan-x.net/builds/4chan-X.user.js)
- Install the correct WebExtension for your Browser ([Firefox](https://git.coom.tech/coomdev/PEE/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.233.xpi) or [Chrome-based](https://chrome.google.com/webstore/detail/pngextraembedder/bfhpobiikighljcapcfmfganodihbicj))
- Install the correct WebExtension for your Browser ([Firefox](https://git.coom.tech/coomdev/PEE/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.241.xpi) or [Chrome-based](https://chrome.google.com/webstore/detail/pngextraembedder/bfhpobiikighljcapcfmfganodihbicj))
For FF users, the extension is signed so you can just drag and drop it on your about:addons tab.

6
chrome/dist/main.js

@ -53,7 +53,7 @@
var define_BUILD_VERSION_default;
var init_define_BUILD_VERSION = __esm({
"<define:BUILD_VERSION>"() {
define_BUILD_VERSION_default = [0, 239];
define_BUILD_VERSION_default = [0, 241];
}
});
@ -16120,7 +16120,7 @@
const target = +pid.slice(pid.match(/\d/).index);
const cachedData = cthreadDataCache[target];
if (!cachedData)
return [];
return;
const ret = [];
if ("pee" in cachedData.data) {
const files = await decodeCoom3Payload(import_buffer2.Buffer.from(cachedData.data.pee.join(" ")));
@ -16165,7 +16165,7 @@
const { domain, file } = m.groups;
const headers = await getHeaders(pee);
const res = await ifetch(pee, {
headers: { range: "bytes=0-16383", "user-agent": "" },
headers: { range: "bytes=0-32767", "user-agent": "" },
mode: "cors",
referrerPolicy: "no-referrer"
});

2
chrome/manifest.json

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "PngExtraEmbedder",
"description": "Discover embedded files on 4chan and archives!",
"version": "0.239",
"version": "0.241",
"icons": {
"64": "1449696017588.png"
},

850
dist/main.js

File diff suppressed because it is too large

857
firefox/dist/main.js

File diff suppressed because it is too large

2
firefox/manifest.json

@ -7,7 +7,7 @@
},
"name": "PngExtraEmbedder",
"description": "Discover embedded files on 4chan and archives!",
"version": "0.235",
"version": "0.241",
"icons": {
"64": "1449696017588.png"
},

2
firefox_update.json

@ -1 +1 @@
{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.235","update_link":"https://github.com/coomdev/pngextraembedder/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pee-firefox.zip"}]}}}
{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.241","update_link":"https://github.com/coomdev/pngextraembedder/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pee-firefox.zip"}]}}}

2
main.meta.js

@ -1,7 +1,7 @@
// ==UserScript==
// @name PNGExtraEmbed
// @namespace https://coom.tech/
// @version 0.233
// @version 0.241
// @description uhh
// @author You
// @match https://boards.4channel.org/*

852
main.user.js

File diff suppressed because it is too large

BIN
pngextraembedder-0.233.xpi → pngextraembedder-0.241.xpi

Binary file not shown.
Loading…
Cancel
Save