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