summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-10-29 20:25:54 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-10-29 20:25:54 +0100
commitdebc7b8795230e8b3f60fc74b33b88d3506d6732 (patch)
treeafe7cdbfd764dc5039a508caa4516f0f336ab822 /articleenhancer
parentd7380893e72d301c892aaf9aa29d3624489bf9cd (diff)
fix slashdot enhancer when it hits 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 05eb46508..aa6511e27 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -3,7 +3,7 @@
"%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img"
},
"slashdot.org/": {
- "%slashdot.feedsportal.com%": "//article/div[@class='body'] | //article[@class='layout-article']/div"
+ "%slashdot.feedsportal.com%": "//article/div[@class='body'] | //article[@class='layout-article']/div[@class='elips']"
},
"explosm.net": {
"%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img",