summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/regexenhancers.json
diff options
context:
space:
mode:
Diffstat (limited to 'utility/articleenhancer/regexenhancers.json')
-rw-r--r--utility/articleenhancer/regexenhancers.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/utility/articleenhancer/regexenhancers.json b/utility/articleenhancer/regexenhancers.json
deleted file mode 100644
index 95231985d..000000000
--- a/utility/articleenhancer/regexenhancers.json
+++ /dev/null
@@ -1,12 +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"
- }
- },
- "buttersafe.com": {
- "%(?:buttersafe.com)|(feedproxy.google.com/~r/Buttersafe)%": {
- "%buttersafe.com/comics/rss/([^.]+)RSS([^.]+)?.jpg%": "buttersafe.com/comics/$1$2.jpg"
- }
- }
-}