From 5a11b340630df207436862019c3dd799adc3a7c5 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 12 Jan 2025 16:05:32 +0300 Subject: [PATCH] imdb + tmdb --- proxy.pac | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/proxy.pac b/proxy.pac index e6af6be..c75a99c 100644 --- a/proxy.pac +++ b/proxy.pac @@ -165,6 +165,23 @@ if ((shExpMatch(host, "giters.com")) || { 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 //intel