funciona apenas com mangás tradicionais (manwha fica amassado) 👍
meusmangas.net <horizontal read> by r3nzk

Details
Authorr3nzk
LicenseNo License
Categorymeusmangas.net
Created
Updated
Code size1.9 kB
Code checksum72325b11
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name meusmangas sideways
@version 20220818.01.34
@namespace userstyles.world/user/r3nzk
@description use 110% zoom
@author r3nzk
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://meusmangas.net/ler") {
.dark .nav-bar {
display:none;
}
.dark::-webkit-scrollbar-thumb{
background: #42424221 !important;
}
.dark::-webkit-scrollbar-track{
background: #0000 !important;
}
::-webkit-scrollbar {
height: 55rem !important;
width: 15px !important;
}
#chapter .header-chapter .series-title{
right: 0px;
}
body.dark{
direction:rtl !important;
overflow: overlay;
}
#chapter {
top: -170px;
z-index: 12;
}
#chapter .header-chapter {
background: #0c0c0c00;
}
.fixedChapter {
direction: initial;
z-index: 3;
position: fixed;
min-width: 97.6%;
}
.page-single-chapter .readchapter ul {
display: inline-flex;
padding-left: 20px;
height: 20px;
}
.page-single-chapter .readchapter{
margin: 0em auto;
}
.page-single-chapter .readchapter img {
min-width: 544px;
width: auto;
height: 864.4px;
}
#imageWrapper {
top: 76px;
margin-left: -12%;
}
.next_chapter{
display: none !important;
background: #0000;
}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-button{
display: none;
}
.filter-icon.dark{
display:none;
}
#chapter .header-chapter .left .orientation, .page-single-chapter .chapter-select, .page-single-chapter .chapter-pages,.page-single-chapter .zoom-container,.page-single-chapter .zoom-control-container .zoom-icon-container {
background: #201f2300;
}
.divisor, .dark #footerF, .dmca,.footer-info, #chapter .header-chapter .left .orientation{
display: none;
}
}
@-moz-document url-prefix("https://meusmangas.net") {
body.dark{
direction:ltr;
}
}