Browse Source

Rebuild everything and sign fireshit addon.

pull/56/head
coomdev 1 year ago
parent
commit
0d4f4cb94e
  1. 2
      README.md
  2. 4
      chrome/dist/main.js
  3. 2
      chrome/manifest.json
  4. 4
      firefox/dist/main.js
  5. 2
      firefox/manifest.json
  6. 2
      firefox_update.json
  7. BIN
      pngextraembedder-0.338.xpi

2
README.md

@ -28,7 +28,7 @@ Please report any issue you have with those (only for mainstream browsers)
Also, use this if you plan to use b4k's archive. 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 4chanX (recommended)](https://www.4chan-x.net/builds/4chan-X.user.js)
- Install the correct WebExtension for your Browser ([Firefox](https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.325.xpi) or Chrome-based (See "Side Loading") - Install the correct WebExtension for your Browser ([Firefox](https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.338.xpi) or Chrome-based (See "Side Loading")
For FF users, the extension is signed so you can just drag and drop it on your about:addons tab. For FF users, the extension is signed so you can just drag and drop it on your about:addons tab.

4
chrome/dist/main.js

@ -63,7 +63,7 @@
var define_BUILD_VERSION_default; var define_BUILD_VERSION_default;
var init_define_BUILD_VERSION = __esm({ var init_define_BUILD_VERSION = __esm({
"<define:BUILD_VERSION>"() { "<define:BUILD_VERSION>"() {
define_BUILD_VERSION_default = [0, 335]; define_BUILD_VERSION_default = [0, 338];
} }
}); });
@ -20583,7 +20583,7 @@
getFileThumbnail: (post) => post.querySelector("figure.uploadCell"), getFileThumbnail: (post) => post.querySelector("figure.uploadCell"),
getPost: (post) => post.querySelector(".innerPost"), getPost: (post) => post.querySelector(".innerPost"),
postsWithFiles: (h) => [...(h || document).querySelectorAll(".postCell")].filter((p) => p.querySelector("figure")), postsWithFiles: (h) => [...(h || document).querySelectorAll(".postCell")].filter((p) => p.querySelector("figure")),
settingsHost: () => document.getElementById("navOptionsSpanThread"), settingsHost: () => document.getElementById("navOptionsSpanThread") || document.getElementById("navOptionsSpan") || document.getElementById("navOptionsSpanCatalog"),
catalogControlHost: () => document.getElementById("divTools"), catalogControlHost: () => document.getElementById("divTools"),
getImageLink: async function* (post) { getImageLink: async function* (post) {
yield post.querySelector('a.imgLink[target="_blank"]')?.href || ""; yield post.querySelector('a.imgLink[target="_blank"]')?.href || "";

2
chrome/manifest.json

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

4
firefox/dist/main.js

@ -63,7 +63,7 @@
var define_BUILD_VERSION_default; var define_BUILD_VERSION_default;
var init_define_BUILD_VERSION = __esm({ var init_define_BUILD_VERSION = __esm({
"<define:BUILD_VERSION>"() { "<define:BUILD_VERSION>"() {
define_BUILD_VERSION_default = [0, 335]; define_BUILD_VERSION_default = [0, 338];
} }
}); });
@ -20560,7 +20560,7 @@
getFileThumbnail: (post) => post.querySelector("figure.uploadCell"), getFileThumbnail: (post) => post.querySelector("figure.uploadCell"),
getPost: (post) => post.querySelector(".innerPost"), getPost: (post) => post.querySelector(".innerPost"),
postsWithFiles: (h) => [...(h || document).querySelectorAll(".postCell")].filter((p) => p.querySelector("figure")), postsWithFiles: (h) => [...(h || document).querySelectorAll(".postCell")].filter((p) => p.querySelector("figure")),
settingsHost: () => document.getElementById("navOptionsSpanThread"), settingsHost: () => document.getElementById("navOptionsSpanThread") || document.getElementById("navOptionsSpan") || document.getElementById("navOptionsSpanCatalog"),
catalogControlHost: () => document.getElementById("divTools"), catalogControlHost: () => document.getElementById("divTools"),
getImageLink: async function* (post) { getImageLink: async function* (post) {
yield post.querySelector('a.imgLink[target="_blank"]')?.href || ""; yield post.querySelector('a.imgLink[target="_blank"]')?.href || "";

2
firefox/manifest.json

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

2
firefox_update.json

@ -1 +1 @@
{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.335","update_link":"https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.335.xpi"}]}}} {"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.338","update_link":"https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.338.xpi"}]}}}

BIN
pngextraembedder-0.338.xpi

Binary file not shown.
Loading…
Cancel
Save