summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-08-13 01:09:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-26 10:49:26 +0200
commit49131e93e2583664634acefaa25e04634bd4220a (patch)
tree19e3abcac5784d09d470abdd44fb996d29dd4bd8 /articleenhancer
parent852260a20153b5e0f4c042b449a34a5853c09f45 (diff)
add article enhancer for clique refresh
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index db38ccc5e..da8c7ca97 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -113,5 +113,8 @@
},
"tu-chemnitz.de/tu/presse/": {
"%tu-chemnitz.de%": "//div[@id='content_inhalt']/*[preceding-sibling::h1 and following-sibling::div[@id]]"
+ },
+ "cliquerefresh.com": {
+ "%cliquerefresh.com/comic%": "//div[@class=\"comicImg\"]/img | //div[@class=\"comicImg\"]/a/img"
}
}