A new userstyle
Olympus Scan by samuk16
Details
Authorsamuk16
LicenseNo License
CategoryManhwa Scan
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name leelolympus.com/series/comic-subiendodenivelqque-nunca-acaba13424 - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https?://(www\\.)?leerolymp\\.com/series/([^\\/-]+)-[^\\/]+.*") {
/* main > div>div:nth-child(2)>:nth-child(2)>:nth-child(2)>section>div>:nth-child(2){
height:700px;
overflow-y: scroll;
} */
div.mt-4>section>div.flex.flex-col.gap-4{
position:relative;
height:700px;
overflow:auto;
}
div.mt-4>section>div.flex.flex-col.gap-4>div.flex-between{
position:sticky;
background:#1f2937;
top:0;
width:100%;
z-index:999;
}
/* div.mt-4>section>div.flex.flex-col.gap-4>:nth-child(2)>a{
background:red;
} */
div.mt-4>section>div.flex.flex-col.gap-4>div.grid.gap-4>a{
border-radius:10px;
}
div.mt-4>section>div.flex.flex-col.gap-4>div.grid.gap-4{
gap:10px;
}
}