Removes the reoccurring box and orange box at the top asking for support.
Changes search bar size to fill in new empty space.
No Support Reminders For Mangadex by Tharpadarp
Details
AuthorTharpadarp
LicenseNo License
Categorymangadex
Created
Updated
Size596 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle
@name No Support Reminders For Mangadex
@namespace mangadex.org
@version 1.0.0
@author Tharpadarp
*/
@-moz-document url-prefix("https://mangadex.org") {
.glow.frosted.primary.overflow-hidden.px-3.items-center.flex.md-btn.relative.custom-opacity.rounded.drop-shadow.rounded-lg.md\:flex-grow, div.bg-background:nth-child(1) {
opacity: 0 !important;
display: none !important;
}
.nav-bar-search {
min-width: 1300px !important;
}
}
@-moz-document url-prefix("https://mangadex.org/chapter") {
.nav-bar-search {
min-width: 1140px !important;
}
}