From 15363f37214b671419b46ad2982737cc70f857a7 Mon Sep 17 00:00:00 2001 From: coomdev Date: Thu, 28 Apr 2022 14:06:48 +0200 Subject: [PATCH] typo'd --- main.meta.js | 2 +- main.user.js | 6 +++--- src/main.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 = ''; }