<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Per site&#x2F;tab proxy settings]]></title><description><![CDATA[<p dir="auto">Is this in Opera yet?  It's really important for using TOR and making sure you don't accidentally leave a trail back to yourself on the same IP in another tab.</p>
]]></description><link>https://forums.opera.com/topic/936/per-site-tab-proxy-settings</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 18:47:12 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/936.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Mar 2014 22:15:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Wed, 25 Feb 2015 10:25:45 GMT]]></title><description><![CDATA[<p dir="auto">In my case the problem was the Opera Turbo. When I did deactivate the Opera Turbo it worked. You might have to allow/direct in your script to the Opera Turbo Proxy somewhere in the Internet.</p>
]]></description><link>https://forums.opera.com/post/67971</link><guid isPermaLink="true">https://forums.opera.com/post/67971</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Wed, 25 Feb 2015 10:25:45 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Tue, 04 Nov 2014 12:03:46 GMT]]></title><description><![CDATA[<p dir="auto">Never got it to work.</p>
<p dir="auto">Found this - much much much better.</p>
<p dir="auto"><a href="https://chrome.google.com/webstore/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm/related?hl=en" target="_blank" rel="noopener noreferrer nofollow ugc">https://chrome.google.com/webstore/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm/related?hl=en</a></p>
<p dir="auto">You can set per-domain proxy settings, including wildcards &amp; regexps.  You need to set it to Auto Switch Mode.</p>
]]></description><link>https://forums.opera.com/post/57064</link><guid isPermaLink="true">https://forums.opera.com/post/57064</guid><dc:creator><![CDATA[davegould]]></dc:creator><pubDate>Tue, 04 Nov 2014 12:03:46 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Tue, 04 Mar 2014 13:27:06 GMT]]></title><description><![CDATA[<p dir="auto">This would be your script in it's simpliest form:</p>
<p dir="auto">function FindProxyForURL(url, host) {</p>
<p dir="auto">if (shExpMatch(host, "*.onion")) return "PROXY 127.0.0.1:9050";</p>
<p dir="auto">return "DIRECT" }</p>
]]></description><link>https://forums.opera.com/post/29702</link><guid isPermaLink="true">https://forums.opera.com/post/29702</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Tue, 04 Mar 2014 13:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Tue, 04 Mar 2014 13:01:39 GMT]]></title><description><![CDATA[<p dir="auto">Using Internet Options/Properties -&gt; Connections -&gt; LAN Settings -&gt; Use Automatic Configuration Script?</p>
<p dir="auto">That's not working either.  Tried with/without double quotes on the filename.</p>
<p dir="auto">Tried:</p>
<p dir="auto">function FindProxyForURL(url, host)<br />
{<br />
proxies = [</p>
<p dir="auto">["127.0.0.1:9050", "onion"] ,</p>
<p dir="auto">return "DIRECT";<br />
}</p>
<p dir="auto">And tried:</p>
<p dir="auto">function FindProxyForURL(url, host)<br />
{<br />
proxies = [</p>
<p dir="auto">[ "127.0.0.1:9050", "onion"] ,</p>
<p dir="auto">for (var x = 0; x &lt; proxies.length; x++)<br />
for (var y = 1; y &lt; proxies[x].length; y++)<br />
if (host == proxies[x][y] || shExpMatch(host, "*." + proxies[x][y]))<br />
return "PROXY " + proxies[x][0];</p>
<p dir="auto">return "DIRECT";<br />
}</p>
<p dir="auto">(I don't know what the second bit does).</p>
]]></description><link>https://forums.opera.com/post/29699</link><guid isPermaLink="true">https://forums.opera.com/post/29699</guid><dc:creator><![CDATA[davegould]]></dc:creator><pubDate>Tue, 04 Mar 2014 13:01:39 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Sun, 02 Mar 2014 21:33:08 GMT]]></title><description><![CDATA[<p dir="auto">Or you can set pac-script in windows proxy settings. They will be accessible to almost every browser and software that way, so even if you change browser to like FireFox, it will still work.</p>
]]></description><link>https://forums.opera.com/post/29453</link><guid isPermaLink="true">https://forums.opera.com/post/29453</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sun, 02 Mar 2014 21:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Sun, 02 Mar 2014 12:34:19 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">I added --proxy-pac-url= to the shortcut and it doesn't seem to do anything.</p>
</blockquote>
<p dir="auto">Make that --proxy-pac-url=&lt; "C:\pac-script.txt" &gt; without the spaces.  &lt; &gt; seem to be control codes.</p>
]]></description><link>https://forums.opera.com/post/29438</link><guid isPermaLink="true">https://forums.opera.com/post/29438</guid><dc:creator><![CDATA[davegould]]></dc:creator><pubDate>Sun, 02 Mar 2014 12:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Sun, 02 Mar 2014 12:31:31 GMT]]></title><description><![CDATA[<p dir="auto">Doesn't seem to work for Opera 15+.  I added --proxy-pac-url=&lt;"C:\pac-script.txt"&gt; to the shortcut and it doesn't seem to do anything.</p>
<p dir="auto">Yeah forums don't seem like an improvement.</p>
]]></description><link>https://forums.opera.com/post/29437</link><guid isPermaLink="true">https://forums.opera.com/post/29437</guid><dc:creator><![CDATA[davegould]]></dc:creator><pubDate>Sun, 02 Mar 2014 12:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Per site&#x2F;tab proxy settings on Sun, 02 Mar 2014 10:52:54 GMT]]></title><description><![CDATA[<p dir="auto">Google for pac-scripts. It's an only option right now. I'm using this self-made script: <a href="http://pastebin.com/NcBcjy2p" target="_blank" rel="noopener noreferrer nofollow ugc">http://pastebin.com/NcBcjy2p</a></p>
<p dir="auto">With it you can set proxy per set of domains (like some us-proxy for .us domains, italian for .it, local TOR-one for .onion). First item in array is a proxy, next items are domains to use it on (can be more than one).</p>
<p dir="auto">P.S. This forum is so full of bugs. And on a damn native browser. Opera should rethink about how they choose people for hire.</p>
]]></description><link>https://forums.opera.com/post/29432</link><guid isPermaLink="true">https://forums.opera.com/post/29432</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sun, 02 Mar 2014 10:52:54 GMT</pubDate></item></channel></rss>