css adblocking

a method of blocking ads using change_style.sh for per-site stylesheets and display: none.

for example, penny arcade (%XDG_DATA_HOME/uzbl/userstyles/penny-arcade.com.css)

div.funding-horizontal {
    display: none;
}
div.funding-vertical {
    display: none;
}

display: none vs visibility:hidden

css_adblocking.txt · Last modified: 2012/07/24 00:57 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki