From 5e7ddcb4e747ff9b1a8daed1a0e00d66616503e3 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 30 Sep 2013 21:16:22 +0200 Subject: add article enhancers for Awkward Zombie, VGCats and Super Effective --- articleenhancer/xpathenhancers.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'articleenhancer') 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" } } - - -- cgit v1.2.3