From 52799519e5d7f651803ceda7f8369d6b63cc6c12 Mon Sep 17 00:00:00 2001 From: lace <> Date: Mon, 2 Apr 2007 13:11:18 +0000 Subject: [PATCH] +idnes.cz ad blocker. +slashdot.org slashrating blocker. --- .userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.userContent.css b/.userContent.css index 6556410..37f1471 100644 --- a/.userContent.css +++ b/.userContent.css @@ -71,3 +71,7 @@ td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */ /* Test: http://www.idnes.cz/ */ div.v2006 > div#pbar > div#psearch { display: none; } +div#col-d > div.col-r { display: none; } + +/* http://slashdot.org/; class=., id=# */ +div.article > div.body > div.intro > table { display: none; } -- 1.8.3.1