it’s useful for me to bypass restrictions.
For this question, I recommend to use Mudfish Browser Extension with the following PAC syntax:
function FindProxyForURL(url, host) {
host = host.toLowerCase();
if (isPlainHostName(host) ||
isInNetEx(host, "127.0.0.0/8") ||
isInNetEx(host, "10.0.0.0/8") ||
isInNetEx(host, "172.16.0.0/12") ||
isInNetEx(host, "192.168.0.0/16") ||
isInNetEx(host, "fc00::/7") ||
isInNetEx(host, "fe80::/10") ||
host == "mudfish.net") {
return "DIRECT";
}
if (host == "ab.chatgpt.com" ||
host == "cdn.oaistatic.com" ||
host == "chatgpt.com" ||
host == "chatgpt.com" ||
host == "files.oaiusercontent.com") {
return "{0}";
}
return "DIRECT";
}
I think it’s more easier and handy to use. And here’s an instruction to set up.
Setup Instructions
- Install the Mudfish Browser Extension, which can be found at this link.
- After installation, go to the settings of the Mudfish webextension. Access the Advanced menu on the left and locate the PAC option.
- Copy and paste the provided script into the PAC section, then click Apply. Close the settings screen.
- Finally, select a mudfish node and connect using the Mudfish Browser Extension.