diff --git a/chrome/manifest.json b/chrome/manifest.json index d6612fa..a6d9568 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.231", + "version": "0.232", "icons": { "64": "1449696017588.png" }, diff --git a/firefox/manifest.json b/firefox/manifest.json index d849fed..4cd1534 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.231", + "version": "0.232", "icons": { "64": "1449696017588.png" }, diff --git a/firefox_update.json b/firefox_update.json index 28406bd..47d6f66 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.231","update_link":"https://github.com/coomdev/pngextraembedder/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pee-firefox.zip"}]}}} \ No newline at end of file +{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.232","update_link":"https://github.com/coomdev/pngextraembedder/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/pee-firefox.zip"}]}}} \ No newline at end of file diff --git a/main.meta.js b/main.meta.js index 168066a..ed4c772 100644 --- a/main.meta.js +++ b/main.meta.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.231 +// @version 0.232 // @description uhh // @author You // @match https://boards.4channel.org/* diff --git a/main.user.js b/main.user.js index 6143257..2115eb0 100644 --- a/main.user.js +++ b/main.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.231 +// @version 0.232 // @description uhh // @author You // @match https://boards.4channel.org/* @@ -89,7 +89,7 @@ const _DOMParser = DOMParser; var define_BUILD_VERSION_default; var init_define_BUILD_VERSION = __esm({ ""() { - define_BUILD_VERSION_default = [0, 231]; + define_BUILD_VERSION_default = [0, 232]; } }); @@ -15769,7 +15769,7 @@ const _DOMParser = DOMParser; return new Blob([ret]); }; var getThreadInfo = async (board, op) => { - const res = await (await fetch(`http://shoujo.coom.tech/data/${board}/${op}`)).json(); + const res = await (await fetch(`https://shoujo.coom.tech/data/${board}/${op}`)).json(); return Object.fromEntries(res.map((e) => [e.id, e])); }; var threadDataCache = writable(); diff --git a/src/utils.ts b/src/utils.ts index e477f18..5bf2dd2 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -123,7 +123,7 @@ export const buildPeeFile = async (f: File) => { }; const getThreadInfo = async (board: string, op: number) => { - const res = await ((await fetch(`http://shoujo.coom.tech/data/${board}/${op}`)).json() as Promise<{ + const res = await ((await fetch(`https://shoujo.coom.tech/data/${board}/${op}`)).json() as Promise<{ id: number; cnt: number; data: {