summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-27 20:14:49 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-27 20:14:49 +0200
commita56ba206df3b6c55e703c3ebf129130e2ff95265 (patch)
tree3502e6d8b560f5971b7794a940180a4d2e10f2a3 /articleenhancer
parent7675b0184f492e0da2565cd2e770caf8ba6e2752 (diff)
add two additional article enhancers
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 29296c79f..1abe7cde9 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -52,6 +52,13 @@
"theoatmeal.com": {
"%theoatmeal.com/blog%": "//*[@class=\"post_body\"]",
"%theoatmeal.com/comics%": "//*[@id=\"comic\"] | //*[@class=\"super_vacum\"] | //*[@class=\"pad\"]"
+ },
+ "loldwell.com": {
+ "%loldwell.com/\\?p=%": "//*[@id=\"comic\"]"
+ },
+ "http://mokepon.smackjeeves.com/": {
+ "%mokepon.smackjeeves.com/comics%": "//*[@id=\"comic_area\"]/img | //*[@id=\"comic_area\"]/a/img"
}
}
+