Minimal for AnimesUp
Minimal AnimesUp by zenstorage
Mirrored from https://raw.githubusercontent.com/zenstorage/userstyles/main/MinimalAnimesUp.user.css
Details
Authorzenstorage
LicenseMIT
Categoryanimesup
Created
Updated
Size1.2 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 Minimal AnimesUp
@namespace animesup.cx
@description Minimal for AnimesUp
@author zen
@version 1.0
@license MIT
==/UserStyle== */
@-moz-document domain("animesup.cx") {
.sbox p {
display: none;
}
#reactions {
display: none;
}
#comments {
display: none;
}
.fcmpbox {
display: none;
}
.scrolling {
display: none;
}
.content {
margin: 0px;
min-width: 100%;
top: 100px;
background-color: #121212;
}
#single {
padding: 0px;
}
#info {
position: fixed;
top: 0;
}
#dt_contenedor {
background: #121212
}
#idcomentarios {
display: none;
}
* {
border: none!important
}
html {
background: #121212
}
#idcomentarios {
display: none!important;
}
.head-main-nav .menu-item-69641 a {
display: none;
}
#header {
position: sticky;
top: 0;
max-width: 1400px;
margin-left: 13%;
border-radius: 0 0 10px 10px;
}
#contenedor {
margin-top: 0
}
}