summaryrefslogtreecommitdiffstats
path: root/articleenhancer/regexenhancers.json
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer/regexenhancers.json')
-rw-r--r--articleenhancer/regexenhancers.json59
1 files changed, 0 insertions, 59 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
deleted file mode 100644
index 53eeece40..000000000
--- a/articleenhancer/regexenhancers.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "twogag.com": {
- "%(?:www.twogag.com/archives)|(feedproxy.google.com/~r/TwoGuysAndGuy)%": {
- "%http://www.twogag.com/comics-rss/([^.]+)\\.jpg%": "http://www.twogag.com/comics/$1.jpg"
- }
- },
- "nichtlustig.de": {
- "%nichtlustig.de%": {
- "%.*static.nichtlustig.de/comics/full/(\\d+).*%s": "<img src=\"http://static.nichtlustig.de/comics/full/$1.jpg\" />"
- }
- },
- "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[^>]+>%": ""
- }
- },
- "fowllanguagecomics.com": {
- "%fowllanguagecomics.com/comic%": {
- "%\\?resize=[^\"]+%": ""
- }
- },
- "cheerupemokid.com": {
- "%feedproxy.google.com/~r/cheerupemokid%": {
- "%-\\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"
- }
- }
-}