summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-02-25 14:20:37 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-02-25 14:20:37 +0100
commit75cebef8749872349340e60a8ed6b78382d903f8 (patch)
tree59bc8aecafedb3d36599d3b4f6774c352e775a97 /articleenhancer
parentb6dffeceb59cd59cb1a69e3b3b4c9406f639da26 (diff)
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 5560156da..b2f32868f 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' )]"