summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/xpathenhancers.json
diff options
context:
space:
mode:
Diffstat (limited to 'utility/articleenhancer/xpathenhancers.json')
-rw-r--r--utility/articleenhancer/xpathenhancers.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/utility/articleenhancer/xpathenhancers.json b/utility/articleenhancer/xpathenhancers.json
index cd30b4880..29296c79f 100644
--- a/utility/articleenhancer/xpathenhancers.json
+++ b/utility/articleenhancer/xpathenhancers.json
@@ -35,6 +35,23 @@
},
"escapistmagazine.com/articles/view/comics/fraughtwithperil": {
"%escapistmagazine.com/articles/view/comics/fraughtwithperil%": "//*[@class='body']"
+ },
+ "trenchescomic.com": {
+ "%trenchescomic.com/comic%": "//*[@class=\"top\"]/img",
+ "%trenchescomic.com/tales%": "//*[@class=\"copy\"]"
+ },
+ "lfgcomic.com": {
+ "%(lfgcomic.com/page)|(feedproxy.google.com/~r/LookingForGroup)%": "//*[@id=\"comic\"]/img | //*[@class=\"content\"]"
+ },
+ "sandraandwoo.com": {
+ "%sandraandwoo.com%": "//*[@id=\"comic\"]/img | //*[@class=\"post\"]"
+ },
+ "sandraandwoo.com/gaia": {
+ "%sandraandwoo.com%": "//*[@id=\"comic\"]/img | //*[@class=\"post\"]"
+ },
+ "theoatmeal.com": {
+ "%theoatmeal.com/blog%": "//*[@class=\"post_body\"]",
+ "%theoatmeal.com/comics%": "//*[@id=\"comic\"] | //*[@class=\"super_vacum\"] | //*[@class=\"pad\"]"
}
}