From 84aa24ed3d9db5232c9e4aca53aa6171979b7657 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 1 Jul 2023 15:45:12 -0500 Subject: [PATCH] updated webtoon styles --- userscripts/style-webtoons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userscripts/style-webtoons.js b/userscripts/style-webtoons.js index dfb4f93..31e867b 100644 --- a/userscripts/style-webtoons.js +++ b/userscripts/style-webtoons.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Style-Webtoons // @namespace code.sitosis.com -// @version 1.0 +// @version 1.1 // @description Style Webtoons // @author rudism // @match https://m.webtoons.com/* @@ -25,7 +25,7 @@ function injectStyle(css) { height: auto !important; } #_viewer .flick-ct img { - width: 30%; + width: 40%; height: auto; }`); })();