diff --git a/README.md b/README.md index 9c2caad..9747573 100644 --- a/README.md +++ b/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. - [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. diff --git a/chrome/dist/main.js b/chrome/dist/main.js index d0005c1..3f0d79c 100644 --- a/chrome/dist/main.js +++ b/chrome/dist/main.js @@ -63,7 +63,7 @@ var define_BUILD_VERSION_default; var init_define_BUILD_VERSION = __esm({ ""() { - define_BUILD_VERSION_default = [0, 335]; + define_BUILD_VERSION_default = [0, 338]; } }); @@ -20583,7 +20583,7 @@ getFileThumbnail: (post) => post.querySelector("figure.uploadCell"), getPost: (post) => post.querySelector(".innerPost"), 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"), getImageLink: async function* (post) { yield post.querySelector('a.imgLink[target="_blank"]')?.href || ""; diff --git a/chrome/manifest.json b/chrome/manifest.json index e6d7285..93dbda3 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "PngExtraEmbedder", "description": "Discover embedded files on 4chan and archives!", - "version": "0.335", + "version": "0.338", "icons": { "64": "1449696017588.png" }, diff --git a/firefox/dist/main.js b/firefox/dist/main.js index d12b520..2df165e 100644 --- a/firefox/dist/main.js +++ b/firefox/dist/main.js @@ -63,7 +63,7 @@ var define_BUILD_VERSION_default; var init_define_BUILD_VERSION = __esm({ ""() { - define_BUILD_VERSION_default = [0, 335]; + define_BUILD_VERSION_default = [0, 338]; } }); @@ -20560,7 +20560,7 @@ getFileThumbnail: (post) => post.querySelector("figure.uploadCell"), getPost: (post) => post.querySelector(".innerPost"), 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"), getImageLink: async function* (post) { yield post.querySelector('a.imgLink[target="_blank"]')?.href || ""; diff --git a/firefox/manifest.json b/firefox/manifest.json index 61ffdb9..71c0031 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -7,7 +7,7 @@ }, "name": "PngExtraEmbedder", "description": "Discover embedded files on 4chan and archives!", - "version": "0.335", + "version": "0.338", "icons": { "64": "1449696017588.png" }, diff --git a/firefox_update.json b/firefox_update.json index 02bdec0..934bb6c 100644 --- a/firefox_update.json +++ b/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"}]}}} \ No newline at end of file +{"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"}]}}} \ No newline at end of file diff --git a/pngextraembedder-0.338.xpi b/pngextraembedder-0.338.xpi new file mode 100644 index 0000000..a8cdaa9 Binary files /dev/null and b/pngextraembedder-0.338.xpi differ