From debc7b8795230e8b3f60fc74b33b88d3506d6732 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 29 Oct 2014 20:25:54 +0100 Subject: fix slashdot enhancer when it hits slashdot beta --- articleenhancer/xpathenhancers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'articleenhancer') 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", -- cgit v1.2.3