summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-01-15 00:00:54 +0100
committerRobin Appelman <icewind@owncloud.com>2014-01-15 00:14:37 +0100
commitb98c426fee1a31ae3fe715f4b2c88f206fa84625 (patch)
tree116f0f631c096615530a4baf0d23305b3e902af0 /articleenhancer
parentefae25dd4371b3890765229d353e48f8636828fa (diff)
add article enhancer for NerfNow
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/regexenhancers.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index da08b0544..19f8b2e7b 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -18,5 +18,13 @@
"%(?:geek-and-poke.com/geekandpoke)|(feedproxy.google.com/~r/GeekAndPoke)%": {
"%<div>.*%s": ""
}
+ },
+ "nerfnow.com": {
+ "%feedproxy.google.com/~r/nerfnow%": {
+ "%(width|width)=\"\\d+\"%": "",
+ "%nerfnow.com/comic/thumb/(\\d+)/large%": "nerfnow.com/comic/image/$1",
+ "%<div><a target=\"_blank\" href=\"http://www.nerfnow.com/comic/\\d+\">Click for full size</a></div>%": "",
+ "%<img src=\"http://feeds.feedburner.com[^>]+>%": ""
+ }
}
}