summaryrefslogtreecommitdiffstats
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
parentef1ed919da40b33bbc3f2fc8d94daff7e355dab6 (diff)
try to fix slashdot beta
-rw-r--r--CHANGELOG.md1
-rw-r--r--articleenhancer/xpathenhancers.json2
2 files changed, 1 insertions, 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",