summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--articleenhancer/regexenhancers.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index 95231985d..9dba16433 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -8,5 +8,10 @@
"%(?:buttersafe.com)|(feedproxy.google.com/~r/Buttersafe)%": {
"%buttersafe.com/comics/rss/([^.]+)RSS([^.]+)?.jpg%": "buttersafe.com/comics/$1$2.jpg"
}
+ },
+ "nichtlustig.de": {
+ "%nichtlustig.de%": {
+ "%.*static.nichtlustig.de/comics/full/(\\d+).*%s": "<img src=\"http://static.nichtlustig.de/comics/full/$1.jpg\" />"
+ }
}
}