Skip to content

Instantly share code, notes, and snippets.

View JulyFinal's full-sized avatar
🎯
Focusing

Final JulyFinal

🎯
Focusing
View GitHub Profile
@JulyFinal
JulyFinal / ZeroOmega.json
Last active September 3, 2025 01:30
ZeroOmega Sync
{
"+__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",