From fc05a82b839436fc46ed1fa0e5c5d7e6a0e820cf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 Oct 2014 15:32:36 +0200 Subject: try to fix slashdot beta --- CHANGELOG.md | 1 - articleenhancer/xpathenhancers.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a77d37e..b2944c6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ owncloud-news (3.303) * **Enhancement**: Added Slashdot.org enhancer to get rid of tons of advertising that create a lot of whitespace when using adblock * **Enhancement**: When a folder or feed of a folder is selected, select that folder in the add new feed section - owncloud-news (3.302) * **Bugfix**: Fix text overflow for subscriptions and starred feed * **Bugfix**: Styles for h4, h5 and h6 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", -- cgit v1.2.3