diff --git a/README.md b/README.md index 4b1d631..493f408 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 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 JKCS (recommended)](https://git.coom.tech/araragi/JKCS/src/branch/master/README.md) -- 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.324.xpi) or Chrome-based (Down for "maintainance")) +- 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 (Down for "maintainance")) For FF users, the extension is signed so you can just drag and drop it on your about:addons tab. diff --git a/build-ff.js b/build-ff.js index 77baa50..5d07f49 100644 --- a/build-ff.js +++ b/build-ff.js @@ -79,7 +79,7 @@ const manif = { "matches": domains, "css": [], "run_at": "document_start", - "js": ["dist/main.js"], + "js": ["polyfill.min.js", "dist/main.js"], } ], "web_accessible_resources": ["*.html", "*.js",], diff --git a/firefox/dist/main.js b/firefox/dist/main.js index a72a7d7..50829bd 100644 --- a/firefox/dist/main.js +++ b/firefox/dist/main.js @@ -73,7 +73,7 @@ var define_BUILD_VERSION_default; var init_define_BUILD_VERSION = __esm({ ""() { - define_BUILD_VERSION_default = [0, 324]; + define_BUILD_VERSION_default = [0, 325]; } }); diff --git a/firefox/manifest.json b/firefox/manifest.json index ede8f0f..a7a51a4 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.324", + "version": "0.325", "icons": { "64": "1449696017588.png" }, @@ -100,6 +100,7 @@ "css": [], "run_at": "document_start", "js": [ + "polyfill.min.js", "dist/main.js" ] } diff --git a/firefox_update.json b/firefox_update.json index 393c7ed..56bba48 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.324","update_link":"https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.324.xpi"}]}}} \ No newline at end of file +{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.325","update_link":"https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.325.xpi"}]}}} \ No newline at end of file diff --git a/pngextraembedder-0.325.xpi b/pngextraembedder-0.325.xpi new file mode 100644 index 0000000..9080285 Binary files /dev/null and b/pngextraembedder-0.325.xpi differ