summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 15:32:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 15:32:36 +0200
commitfc05a82b839436fc46ed1fa0e5c5d7e6a0e820cf (patch)
treea1b1bd06d0db898894b1e41fee7f8e780bec10d6 /articleenhancer
parentef1ed919da40b33bbc3f2fc8d94daff7e355dab6 (diff)
try to fix slashdot beta
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index f6ba4664e..1441ce920 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -3,7 +3,7 @@
"%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img"
},
"slashdot.org": {
- "%rss.slashdot.org%": "//article/div"
+ "%rss.slashdot.org%": "//article/div[@class='body'] | //article[@class='layout-article']/div"
},
"explosm.net": {
"%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img",