updated webtoon styles

This commit is contained in:
Rudis Muiznieks 2023-07-01 15:45:12 -05:00
parent 397b884522
commit 84aa24ed3d
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}`);
})();