diff --git a/chrome/manifest.json b/chrome/manifest.json index 56d3982..d6612fa 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.230", + "version": "0.231", "icons": { "64": "1449696017588.png" }, diff --git a/firefox/manifest.json b/firefox/manifest.json index bd5986c..d849fed 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.230", + "version": "0.231", "icons": { "64": "1449696017588.png" }, diff --git a/firefox_update.json b/firefox_update.json index f043391..28406bd 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{34ac4994-07f2-44d2-8599-682516a6c6a6}":{"updates":[{"version":"0.230","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.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 diff --git a/main.meta.js b/main.meta.js index 13d09b1..168066a 100644 --- a/main.meta.js +++ b/main.meta.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.230 +// @version 0.231 // @description uhh // @author You // @match https://boards.4channel.org/* diff --git a/main.user.js b/main.user.js index 604bc3e..6143257 100644 --- a/main.user.js +++ b/main.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.230 +// @version 0.231 // @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, 230]; + define_BUILD_VERSION_default = [0, 231]; } }); @@ -15769,7 +15769,7 @@ const _DOMParser = DOMParser; return new Blob([ret]); }; var getThreadInfo = async (board, op) => { - const res = await (await fetch(`http://127.0.0.1:1488/data/${board}/${op}`)).json(); + const res = await (await fetch(`http://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 e97b2b7..e477f18 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://127.0.0.1:1488/data/${board}/${op}`)).json() as Promise<{ + const res = await ((await fetch(`http://shoujo.coom.tech/data/${board}/${op}`)).json() as Promise<{ id: number; cnt: number; data: {