From 175cb35e991df541dd8a5414680e6a13e5c7cc14 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 8 Jan 2014 19:56:06 +0100 Subject: add article enhancer for Gamer Cat --- articleenhancer/xpathenhancers.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 60d49cf91..d9aece685 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -91,5 +91,8 @@ }, "loadingartist.com": { "%feedproxy.google.com/~r/LoadingArtist%": "//div[@id=\"comic\"]" + }, + "thegamercat.com": { + "%thegamercat.com%": "//div[@id=\"comic\"] | //div[@class=\"post-content\"]/div[@class=\"entry\"]/p" } } -- cgit v1.2.3