summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-10-05 17:41:51 +0200
committerRobin Appelman <icewind@owncloud.com>2013-10-05 17:41:51 +0200
commit61148d3ea73a98ab89cac9de1248f835b586273e (patch)
treeb4d0baa57486e20c2e91f98da9e80cee02a7fee0 /articleenhancer
parent02cede25dd58c46653342f44ba56c36f6e0a31ef (diff)
Add article enhancers for 'For lack of a better comic' and 'Chaos Life'
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 8aa7c5efb..09abac858 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -73,5 +73,11 @@
},
"vgcats.com/super": {
"%vgcats.com/super%": "//div[@align=\"center\"]/p/img"
+ },
+ "chaoslife.findchaos.com": {
+ "%chaoslife.findchaos.com%": "//div[@id=\"comic\"]"
+ },
+ "forlackofabettercomic.com/archive.php": {
+ "%forlackofabettercomic.com/\\?id=%": "//div[@id=\"comicset\"]/a/img"
}
}