cleanup header on WarezBook
warezbook.org - cleanup UI by jboutin
Details
Authorjboutin
LicenseNo License
CategoryWarezBook > UserStyles
Created
Updated
Size612 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 warezbook.org - cleanup UI
@namespace github.com/jboutin
@version 1.0.5
@description cleanup header on WarezBook
@author Jeremy Boutin
==/UserStyle== */
@-moz-document domain("warezbook.org") {
div.Flagrow-Ads-under-header,
.Hero .container,
.Afrux-NewsWidget,
.AfruxWidgets-topWidgetSection,
.item-flagrow-ad {
display: none !important;
}
.App-header .Button,
.App-header .Button:hover {
color: #fefefe !important;
font-weight: bold !important;
}
.App-header .FormControl {
color: #fefefe !important;
font-weight: bold !important;
}
}