summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-06-02 19:47:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-26 10:45:48 +0200
commit630486f5a734de66c2aa6e7fcf62c3499b1797bd (patch)
tree7f17e20a76832a93dce4239a8101b889c7c2098f /articleenhancer
parentbcfa278a0700e1db03dc2afd950173230ee6f4e8 (diff)
Add article enhancer for cheerupemokid.com
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/regexenhancers.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index fdd80de36..1a67900aa 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -26,5 +26,11 @@
"%fowllanguagecomics.com/comic%": {
"%\\?resize=[^\"]+%": ""
}
+ },
+ "cheerupemokid.com": {
+ "%feedproxy.google.com/~r/cheerupemokid%": {
+ "%-\\d+x\\d+%": "",
+ "%(width|height)=\"\\d+\"%" : ""
+ }
}
}