summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 15:37:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 15:37:22 +0200
commit68ea8d989db12d6ca1f4f93df6c3b25b344f0cb4 (patch)
tree30c378cde232deace5f801455b05e40506ba6883 /articleenhancer
parent0ae9051e7fd6fa740c9defc628303e33a62fea58 (diff)
Added Slashdot.org enhancer to get rid of tons of advertising that create a lot of whitespace when using adblock
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
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"