imdb + tmdb
This commit is contained in:
17
proxy.pac
17
proxy.pac
@@ -165,6 +165,23 @@ if ((shExpMatch(host, "giters.com")) ||
|
|||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
//IMDB
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "imdb.com")) ||
|
||||||
|
(shExpMatch(host, "*.imdb.com")))
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
//TMDB
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "themoviedb.org")) ||
|
||||||
|
(shExpMatch(host, "*.themoviedb.org")))
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
//intel
|
//intel
|
||||||
|
|||||||
Reference in New Issue
Block a user