summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu <hdhoang@zahe.me>2015-05-30 11:28:57 +0700
committerHoàng Đức Hiếu <hdhoang@zahe.me>2015-05-30 11:40:02 +0700
commit013e74f8772ac6452bf4ea6322b0438a4550ef70 (patch)
tree3abfac1c3b572b841329c3cdf7a4f5f5afa15c24
parent1499550d30faad1c2458ff675fc0559c53ae72e3 (diff)
enhancer: add endlessorigami
-rw-r--r--articleenhancer/regexenhancers.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index 187e0961f..403abb32a 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -27,11 +27,17 @@
"%-\\d+x\\d+%": "",
"%(width|height)=\"\\d+\"%" : ""
}
+ },
"extrafabulouscomics.com": {
"%extrafabulouscomics.com/comic/%": {
"%-\\d+x\\d+%": "",
"%(width|height)=\"\\d+\"%" : ""
}
},
+ "endlessorigami.com": {
+ "%endlessorigami.com/comic/%": {
+ "%-\\d+x\\d+%": "",
+ "%(width|height)=\"\\d+\"%" : ""
+ }
}
}