Skip to content

Instantly share code, notes, and snippets.

@wunnle
Created November 14, 2018 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunnle/fd38c1da0474d8fea910b39e9ea8324a to your computer and use it in GitHub Desktop.
Save wunnle/fd38c1da0474d8fea910b39e9ea8324a to your computer and use it in GitHub Desktop.
Chrome Redirector Extension Redirects
{
"createdBy": "Redirector v3.2",
"createdAt": "2018-09-08T00:00:00.000Z",
"redirects": [
{
"description": "i.redd.it",
"exampleUrl": "https://i.redd.it/rkonfpq0rtk11.jpg",
"exampleResult": "http://gir.epizy.com/i.redd.it/rkonfpq0rtk11.jpg",
"error": null,
"includePattern": "https://i.redd.it/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "http://gir.epizy.com/i.redd.it/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "imgurp",
"exampleUrl": "https://imgur.com/7uehswY",
"exampleResult": "https://imgurp.com/7uehswY",
"error": null,
"includePattern": "https://imgur.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://imgurp.com/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "i.imgurp",
"exampleUrl": "https://i.imgur.com/Vpn2AgZ.gifv",
"exampleResult": "https://i.imgurp.com/Vpn2AgZ.gifv",
"error": null,
"includePattern": "https://*.imgur.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://$1.imgurp.com/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment