eATM

chrome Redirector扩展自动重定向配置

				
					{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2023-03-11T03:43:01.154Z",
    "redirects": [
        {
            "description": "简书外站警告",
            "exampleUrl": "https://www.jianshu.com/go-wild?ac=2&url=https%3A%2F%2Fgithub.wuyanzheshui.workers.dev%2F",
            "exampleResult": "https://github.wuyanzheshui.workers.dev/",
            "error": null,
            "includePattern": "https://www.jianshu.com/go-wild?ac=2&url=*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "$1",
            "patternType": "W",
            "processMatches": "urlDecode",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "gitee外站警告",
            "exampleUrl": "https://gitee.com/link?target=https%3A%2F%2Fitem.taobao.com%2Fitem.htm%3Fid%3D590724913462",
            "exampleResult": "https://item.taobao.com/item.htm?id=590724913462",
            "error": null,
            "includePattern": "https://gitee.com/link?target=*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "$1",
            "patternType": "W",
            "processMatches": "urlDecode",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "知乎外站警告",
            "exampleUrl": "http*://link.zhihu.com/?target=https%3A//chrome.google.com/",
            "exampleResult": "https://chrome.google.com/",
            "error": null,
            "includePattern": "http*://link.zhihu.com/?target=*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "$2",
            "patternType": "W",
            "processMatches": "urlDecode",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "CSDN外站警告",
            "exampleUrl": "https://link.csdn.net/?target=http%3A%2F%2Fnotepad-plus.sourceforge.net%2Fcommun%2FpluginDemoTemplate%2FNppPluginTemplate.zip",
            "exampleResult": "http://notepad-plus.sourceforge.net/commun/pluginDemoTemplate/NppPluginTemplate.zip",
            "error": null,
            "includePattern": "https://link.csdn.net/?target=*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "$1",
            "patternType": "W",
            "processMatches": "urlDecode",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "51CTO外站警告",
            "exampleUrl": "https://blog.51cto.com/transfer?https://openwrt.org/docs/guide-developer/build-system/install-buildsystem",
            "exampleResult": "https://openwrt.org/docs/guide-developer/build-system/install-buildsystem",
            "error": null,
            "includePattern": "https://blog.51cto.com/transfer?*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "微软SDK英文跳转",
            "exampleUrl": "https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.workspace.extensions.msbuild?view=visualstudiosdk-2022",
            "exampleResult": "https://learn.microsoft.com/zh-CN/dotnet/api/microsoft.visualstudio.workspace.extensions.msbuild?view=visualstudiosdk-2022",
            "error": null,
            "includePattern": "https://learn.microsoft.com/en-us/*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://learn.microsoft.com/zh-CN/$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}
				
			

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注