summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 16:17:06 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 16:17:06 +0200
commited5851df1ea0af60db14c980fa6eeff70b83fce2 (patch)
treefa26d46e7b9d1b8693540f8760a581734413a500
parentfc05a82b839436fc46ed1fa0e5c5d7e6a0e820cf (diff)
add derstandard.at article enhancers
-rw-r--r--CHANGELOG.md1
-rw-r--r--articleenhancer/xpathenhancers.json45
2 files changed, 46 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2944c6bc..e91978074 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
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
+* **Enhancement**: Added derstandard.at enhancer for the main sections
owncloud-news (3.302)
* **Bugfix**: Fix text overflow for subscriptions and starred feed
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 1441ce920..e7ec0b533 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -5,6 +5,51 @@
"slashdot.org": {
"%rss.slashdot.org%": "//article/div[@class='body'] | //article[@class='layout-article']/div"
},
+ "derstandard.at": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Web": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/International": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Inland": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Wirtschaft": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Sport": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Panorama": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Etat": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Kultur": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Wissenschaft": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Gesundheit": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Bildung": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Reisen": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Lifestyle": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
+ "derstandard.at/Familie": {
+ "%derstandard.at%": "//*[@id='content-main']"
+ },
"explosm.net": {
"%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img",
"%explosm.net/show%": "//*[@id='videoPlayer']/iframe"