diff --git a/build-ff.js b/build-ff.js index 6682cb5..d52ad9f 100644 --- a/build-ff.js +++ b/build-ff.js @@ -83,7 +83,10 @@ const manif = { "matches": domains, "css": [], "run_at": "document_start", - "js": ["dist/main.js"], + "js": [ + "browser-polyfill.min.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 2df165e..e1550c4 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, 338]; + define_BUILD_VERSION_default = [0, 339]; } }); diff --git a/firefox/manifest.json b/firefox/manifest.json index 71c0031..999951f 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.338", + "version": "0.339", "icons": { "64": "1449696017588.png" }, @@ -109,6 +109,8 @@ "css": [], "run_at": "document_start", "js": [ + "browser-polyfill.min.js", + "polyfill.min.js", "dist/main.js" ] } diff --git a/firefox/options.html b/firefox/options.html index bf25fd4..2f33f7a 100644 --- a/firefox/options.html +++ b/firefox/options.html @@ -1,4 +1,6 @@ + + diff --git a/firefox_update.json b/firefox_update.json index 934bb6c..0bf7213 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"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 +{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.339","update_link":"https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pngextraembedder-0.339.xpi"}]}}} \ No newline at end of file