summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-30 21:16:22 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-30 21:16:38 +0200
commit5e7ddcb4e747ff9b1a8daed1a0e00d66616503e3 (patch)
treedcf4a192efbe38c3b2630719adfaa1f9f8d20a9b /articleenhancer
parent2bbcab1483635c75cd9c8d2dbde6ddad7eca2ade (diff)
add article enhancers for Awkward Zombie, VGCats and Super Effective
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index d9eebd0f7..8aa7c5efb 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -64,7 +64,14 @@
},
"niceteethcomic.com": {
"%niceteethcomic.com/archives%": "//*[@class=\"comicpane\"]/a/img"
+ },
+ "awkwardzombie.com" :{
+ "%awkwardzombie.com/index.php\\?comic=%": "//*[@id=\"comic\"]/img"
+ },
+ "vgcats.com": {
+ "%vgcats.com/comics%": "//*[@align=\"center\"]/img"
+ },
+ "vgcats.com/super": {
+ "%vgcats.com/super%": "//div[@align=\"center\"]/p/img"
}
}
-
-