cosmetics
This commit is contained in:
46
proxy.pac
46
proxy.pac
@@ -1,18 +1,22 @@
|
|||||||
function FindProxyForURL(url, host) {
|
function FindProxyForURL(url, host) {
|
||||||
|
|
||||||
//Linkedin domains
|
//Linkedin domains
|
||||||
if ((shExpMatch(host, "linkedin.com")) || (shExpMatch(host, "www.linkedin.com")))
|
if ((shExpMatch(host, "linkedin.com")) ||
|
||||||
|
(shExpMatch(host, "www.linkedin.com")))
|
||||||
{ return "SOCKS5 proxy.vm:1080" }
|
{ return "SOCKS5 proxy.vm:1080" }
|
||||||
else
|
else
|
||||||
//rutracker.org
|
//rutracker.org
|
||||||
|
|
||||||
if ((shExpMatch(host, "rutracker.org")) || (shExpMatch(host, "*.rutracker.*")))
|
if ((shExpMatch(host, "rutracker.org")) ||
|
||||||
|
(shExpMatch(host, "*.rutracker.*")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
else
|
else
|
||||||
//kinozal.tv
|
//kinozal.tv
|
||||||
|
|
||||||
if ((shExpMatch(host, "kinozal.tv")) || (shExpMatch(host, "www.kinozal.tv")) || (shExpMatch(host, "dl.kinozal.tv")))
|
if ((shExpMatch(host, "kinozal.tv")) ||
|
||||||
|
(shExpMatch(host, "www.kinozal.tv")) ||
|
||||||
|
(shExpMatch(host, "dl.kinozal.tv")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
else
|
else
|
||||||
@@ -25,30 +29,30 @@ else
|
|||||||
else
|
else
|
||||||
//instagram
|
//instagram
|
||||||
|
|
||||||
if ((shExpMatch(host, "*.instagram.com")) || (shExpMatch(host, "instagram.com")) || (shExpMatch(host, "*.cdninstagram.com")))
|
if ((shExpMatch(host, "*.instagram.com")) ||
|
||||||
|
(shExpMatch(host, "instagram.com")) ||
|
||||||
|
(shExpMatch(host, "*.cdninstagram.com")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
//youtube
|
//youtube
|
||||||
|
|
||||||
if (
|
if ((shExpMatch(host, "youtube.com")) ||
|
||||||
(shExpMatch(host, "youtube.com")) ||
|
(shExpMatch(host, "*.youtube.com")) ||
|
||||||
(shExpMatch(host, "*.youtube.com")) ||
|
(shExpMatch(host, "*.youtu.be")) ||
|
||||||
(shExpMatch(host, "*.youtu.be")) ||
|
(shExpMatch(host, "youtu.be")) ||
|
||||||
(shExpMatch(host, "youtu.be")) ||
|
(shExpMatch(host, "*.ytimg.com")) ||
|
||||||
(shExpMatch(host, "*.ytimg.com")) ||
|
(shExpMatch(host, "*.ggpht.com")) ||
|
||||||
(shExpMatch(host, "*.ggpht.com")) ||
|
(shExpMatch(host, "*.googleusercontent.com")) ||
|
||||||
(shExpMatch(host, "*.googleusercontent.com")) ||
|
(shExpMatch(host, "*.googlevideo.com")) ||
|
||||||
(shExpMatch(host, "*.googlevideo.com")) ||
|
(shExpMatch(host, "google.com")) ||
|
||||||
(shExpMatch(host, "google.com")) ||
|
(shExpMatch(host, "*.google.com")) ||
|
||||||
(shExpMatch(host, "*.google.com")) ||
|
(shExpMatch(host, "*.google.com")) ||
|
||||||
(shExpMatch(host, "*.google.com")) ||
|
(shExpMatch(host, "*.yt.be")) ||
|
||||||
(shExpMatch(host, "*.yt.be")) ||
|
(shExpMatch(host, "yt.be")) ||
|
||||||
(shExpMatch(host, "yt.be")) ||
|
(shExpMatch(host, "*.l.google.com")) ||
|
||||||
(shExpMatch(host, "*.l.google.com")) ||
|
(shExpMatch(host, "l.google.com")))
|
||||||
(shExpMatch(host, "l.google.com"))
|
|
||||||
)
|
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user