Last active
July 20, 2018 17:29
-
-
Save phts/304cc211acd43738d502 to your computer and use it in GitHub Desktop.
Remove ads and other redundant stuff from baraholka.onliner.by
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Clean up baraholka.onliner.by | |
@description Remove ads and other redundant stuff from baraholka.onliner.by | |
@namespace https://github.com/phts/ | |
@version 1.0.2 | |
==/UserStyle== */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("baraholka.onliner.by") { | |
/* Fill content to whole width */ | |
.b-ba-grid .l-col-1 { | |
width: 100%; | |
} | |
/* Remove red ads in the table */ | |
tr.m-imp { | |
display: none; | |
} | |
/* Remove red ads on the right side */ | |
.l-col-2-i div:not(:first-child) { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment