summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-02-25 14:22:05 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-02-25 14:22:05 +0100
commitf82dde5856712438b1cefe0dafd7fdff1eb71153 (patch)
tree85e7e0563223d837ee019bc0e9a4cb1dfaea3b4b /articleenhancer
parenta2cdeed7e46480d26f884eafa5cb3e75bcf5458e (diff)
parent75cebef8749872349340e60a8ed6b78382d903f8 (diff)
Merge pull request #485 from owncloud/heise-remove-dossier-box
remove dossier box on heise
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 3d3c0cc4f..9019f4d10 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -81,7 +81,7 @@
"%forlackofabettercomic.com/\\?id=%": "//div[@id=\"comicset\"]/a/img"
},
"heise.de/newsticker": {
- "%heise.de%": "//*[@class='meldung_wrapper']"
+ "%heise.de%": "//*[@class='meldung_wrapper']/*[not(contains(@class, 'dossier'))]"
},
"spiegel.de": {
"%spiegel.de/(?!.*video).*%": "//p[@class='article-intro'] | //*[@itemprop='description' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )]) ] | //*[(@class='spPanoImageTeaserPic' or @class='spPanoGalleryTeaserPic' or @class='spPanoPlayerTeaserPic') and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )])] | //*[@class='image-buttons-panel' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )])]/*[1]/img | //*[@class='article-image-description' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )]) ]/p | //*[@id='content-main']/*[@id='js-article-column']/div[contains( normalize-space( @class ), 'article-section' )]"