From 68ea8d989db12d6ca1f4f93df6c3b25b344f0cb4 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 6 Oct 2014 15:37:22 +0200 Subject: Added Slashdot.org enhancer to get rid of tons of advertising that create a lot of whitespace when using adblock --- articleenhancer/xpathenhancers.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 7d3f64f3d..f6ba4664e 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -2,6 +2,9 @@ "cad-comic.com": { "%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img" }, + "slashdot.org": { + "%rss.slashdot.org%": "//article/div" + }, "explosm.net": { "%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img", "%explosm.net/show%": "//*[@id='videoPlayer']/iframe" -- cgit v1.2.3