Last active
May 30, 2018 05:26
-
-
Save viko16/fb6743f348034c94f1a8eeda14c80db4 to your computer and use it in GitHub Desktop.
Chrome 扩展 redirector 我的配置导出
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.1.0", | |
"createdAt": "2018-05-30T05:26:18.152Z", | |
"redirects": [ | |
{ | |
"description": "cdnjs.cloudflare.com", | |
"exampleUrl": "https://cdnjs.cloudflare.com/foo", | |
"exampleResult": "https://cdnjs.loli.net/foo", | |
"error": null, | |
"includePattern": "*//cdnjs.cloudflare.com/*", | |
"excludePattern": "https://cdnjs.cloudflare.com/ajax/libs/blockadblock/*", | |
"redirectUrl": "https://cdnjs.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
}, | |
{ | |
"description": "fonts.googleapis.com", | |
"exampleUrl": "https://fonts.googleapis.com/foo", | |
"exampleResult": "https://fonts.loli.net/foo", | |
"error": null, | |
"includePattern": "*//fonts.googleapis.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://fonts.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
}, | |
{ | |
"description": "ajax.googleapis.com", | |
"exampleUrl": "https://ajax.googleapis.com/foo", | |
"exampleResult": "https://ajax.loli.net/foo", | |
"error": null, | |
"includePattern": "*//ajax.googleapis.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://ajax.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
}, | |
{ | |
"description": "fonts.gstatic.com", | |
"exampleUrl": "https://fonts.gstatic.com/foo", | |
"exampleResult": "https://gstatic.loli.net/foo", | |
"error": null, | |
"includePattern": "*//fonts.gstatic.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://gstatic.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
}, | |
{ | |
"description": "themes.googleusercontent.com", | |
"exampleUrl": "https://themes.googleusercontent.com/foo", | |
"exampleResult": "https://themes.loli.net/foo", | |
"error": null, | |
"includePattern": "*//themes.googleusercontent.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://themes.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
}, | |
{ | |
"description": "secure.gravatar.com", | |
"exampleUrl": "https://secure.gravatar.com/foo", | |
"exampleResult": "https://gravatar.loli.net/foo", | |
"error": null, | |
"includePattern": "*//secure.gravatar.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://gravatar.loli.net/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame", | |
"sub_frame", | |
"stylesheet", | |
"script" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment