This file contains hidden or 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
{ | |
"+__ruleListOf_auto switch": { | |
"color": "#99dd99", | |
"defaultProfileName": "direct", | |
"format": "Switchy", | |
"lastUpdate": null, | |
"matchProfileName": "direct", | |
"name": "__ruleListOf_auto switch", | |
"pacScript": "var FindProxyForURL = function(init, profiles) {\n return function(url, host) {\n \"use strict\";\n var result = init, scheme = url.substr(0, url.indexOf(\":\"));\n do {\n if (!profiles[result]) return result;\n result = profiles[result];\n if (typeof result === \"function\") result = result(url, host, scheme);\n } while (typeof result !== \"string\" || result.charCodeAt(0) === 43);\n return result;\n };\n}(\"+__tempZeroRuleListPac\", {\n \"+__tempZeroRuleListPac\": \"DIRECT\"\n});", | |
"profileType": "RuleListProfile", |