From 36778390416b500d32ecbf64e2d014bace549c40 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 1 Jul 2023 15:22:04 -0500 Subject: [PATCH] updated webtoon script --- userscripts/style-webtoons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/userscripts/style-webtoons.js b/userscripts/style-webtoons.js index 85dac6d..0bd15c3 100644 --- a/userscripts/style-webtoons.js +++ b/userscripts/style-webtoons.js @@ -26,5 +26,6 @@ function injectStyle(css) { max-width: 300px; min-width: 300px; height: auto; + border: 1px solid #ccc; }`); })();