summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-29 12:43:44 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-29 12:49:31 +0200
commitcc64bd0938fea7a26b65b1a81f3a0bea79a2c266 (patch)
tree636808737b5928308754fc7bf2a4fd8fe3dad7ad /articleenhancer
parent8c3861ad347391748bacf3b00eb0327631fd826c (diff)
add article enhancer for twokind
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 30467c902..02626475c 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -58,6 +58,9 @@
},
"mokepon.smackjeeves.com": {
"%mokepon.smackjeeves.com/comics%": "//*[@id=\"comic_area\"]/img | //*[@id=\"comic_area\"]/a/img"
+ },
+ "twokinds.keenspot.com": {
+ "%twokinds.keenspot.com/(archive.php/)?\\?%": "//*[@class=\"comic\"]/div/a/img | //*[@id=\"cg_img\"]/img | //*[@id=\"cg_img\"]/a/img"
}
}