Remove the annoying background ads on Total CS
Total CS Remove Background Ads by schalkburger

Details
Authorschalkburger
LicenseGNU GPLv3
Category/totalcsgo.com
Created
Updated
Code size692 B
Code checksumab2da727
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Total CS Remove Background Ads
@namespace https://github.com/schalkburger/website-enhancements
@version 1.0.0
@description Remove the annoying background ads
@author Darkharden
==/UserStyle== */
@-moz-document domain("totalcsgo.com") {
.takeover {
z-index: 0 !important;
background-image: none !important;
display: none !important;
}
.takeover:before,
.takeover:after {
z-index: 0 !important;
background-image: none !important;
display: none !important;
}
.main.is-takeover {
pointer-events: none;
}
#content {
pointer-events: all;
}
}