summaryrefslogtreecommitdiffstats
path: root/articleenhancer/regexenhancers.json
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer/regexenhancers.json')
-rw-r--r--articleenhancer/regexenhancers.json33
1 files changed, 28 insertions, 5 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index fd83d0b3f..53eeece40 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -4,11 +4,6 @@
"%http://www.twogag.com/comics-rss/([^.]+)\\.jpg%": "http://www.twogag.com/comics/$1.jpg"
}
},
- "buttersafe.com": {
- "%(?: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\" />"
@@ -32,5 +27,33 @@
"%-\\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+\"%" : ""
+ }
+ },
+ "www.loadingartist.com": {
+ "%www.loadingartist.com/comic/%": {
+ "%-\\d+x\\d+%": "",
+ "%(width|height)=\"\\d+\"%" : ""
+ }
+ },
+ "xkcd.com": {
+ "%xkcd.com/\\d+/%": {
+ "%alt=\"(.+)\" */>%": "/><br/>$1"
+ }
+ },
+ "www.treelobsters.com": {
+ "%www.treelobsters.com%": {
+ "%title=\"(.+)\" */>%": "/><br/>$1"
+ }
}
}