@@ -0,0 +1,13 @@
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*linkedin.com"))
return "SOCKS5 proxy.vm:11080";
else
return "DIRECT";
}
The note is not visible to the blocked user.