diff --git a/main.meta.js b/main.meta.js index cfe25c0..690d61e 100644 --- a/main.meta.js +++ b/main.meta.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.196 +// @version 0.198 // @description uhh // @author You // @match https://boards.4channel.org/* diff --git a/main.user.js b/main.user.js index f6ee1e0..1bcf66a 100644 --- a/main.user.js +++ b/main.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PNGExtraEmbed // @namespace https://coom.tech/ -// @version 0.196 +// @version 0.198 // @description uhh // @author You // @match https://boards.4channel.org/* @@ -90,7 +90,7 @@ unsafeWindow.setInterval = (...args) => { var define_BUILD_VERSION_default; var init_define_BUILD_VERSION = __esm({ ""() { - define_BUILD_VERSION_default = [0, 196]; + define_BUILD_VERSION_default = [0, 198]; } }); @@ -23633,7 +23633,7 @@ unsafeWindow.setInterval = (...args) => { if (!filehost) { ft.append(imgcont); imgcont.classList.add("fileThumb"); - imgcont.classList.add("filehost"); + imgcont.classList.add("fiilehost"); } else { imgcont.innerHTML = ""; } diff --git a/src/main.ts b/src/main.ts index dde0c34..51d913b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -552,7 +552,7 @@ function processAttachments(post: HTMLDivElement, ress: [EmbeddedFile, boolean][ if (!filehost) { ft.append(imgcont); imgcont.classList.add("fileThumb"); - imgcont.classList.add("filehost"); + imgcont.classList.add("fiilehost"); } else { imgcont.innerHTML = ''; }