Skip to content

Instantly share code, notes, and snippets.

@FarukKaradeniz
Created January 17, 2018 20:31
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save FarukKaradeniz/82e8f70ccaad719b858b53c57b11010a to your computer and use it in GitHub Desktop.
Save FarukKaradeniz/82e8f70ccaad719b858b53c57b11010a to your computer and use it in GitHub Desktop.
Redirector isimli chrome uzantısı için imgur, i.redd.it, vikipedi sitelerine girilmesini sağlayan ayarları içeren dosya
{
"createdBy": "Redirector v3.1.0",
"createdAt": "2018-01-17T20:26:31.487Z",
"redirects": [
{
"description": "i.redd.it",
"exampleUrl": "https://i.redd.it/jklww1vefma01.jpg",
"exampleResult": "https://gir.im/i.redd.it/jklww1vefma01.jpg",
"error": null,
"includePattern": "https://i.redd.it/*",
"excludePattern": "",
"redirectUrl": "https://gir.im/i.redd.it/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "imgur",
"exampleUrl": "https://imgur.com/7uehswY",
"exampleResult": "https://0imgur.com/7uehswY",
"error": null,
"includePattern": "https://imgur.com/*",
"excludePattern": "",
"redirectUrl": "https://0imgur.com/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "i.imgur",
"exampleUrl": "https://i.imgur.com/Vpn2AgZ.gifv",
"exampleResult": "https://i.0imgur.com/Vpn2AgZ.gifv",
"error": null,
"includePattern": "https://*.imgur.com/*",
"excludePattern": "",
"redirectUrl": "https://$1.0imgur.com/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Vikipedi redirect",
"exampleUrl": "https://en.wikipedia.org/wiki/Vikipedi",
"exampleResult": "https://en.0wikipedia.org/wiki/Vikipedi",
"error": null,
"includePattern": "https://*.wikipedia.org/*",
"excludePattern": "",
"redirectUrl": "https://$1.0wikipedia.org/$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