Skip to content

Instantly share code, notes, and snippets.

@phts
Last active July 20, 2018 17:29
Show Gist options
  • Save phts/304cc211acd43738d502 to your computer and use it in GitHub Desktop.
Save phts/304cc211acd43738d502 to your computer and use it in GitHub Desktop.
Remove ads and other redundant stuff from baraholka.onliner.by
/* ==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