dvcrn / proxmate-firefox

ProxMate for firefox
https://proxmate.me
Other
2 stars 0 forks source link

how to remove proxy server settings after removing proxmate #2

Open audjack99aus8 opened 9 years ago

audjack99aus8 commented 9 years ago

I uninstalled proxmate but i cannot remove the automatic proxy configuration url

data:text/javascript,function FindProxyForURL(url, host) {if ((url.indexOf("theplatform.com") != -1) || (url.indexOf("theplatform.com") != -1) || (url.indexOf("gcr=us") != -1 && url.indexOf("&ptchn") != -1 && url.indexOf("youtube.com/videoplayback") != -1) || (host == "play.google.com") || (host == "checkout.google.com") || (host == "apis.google.com") || (host == "nbcunit.com") || (url.indexOf("theplatform.com") != -1)) { return 'PROXY us02.sq.proxmate.me:8000; PROXY us05.sq.proxmate.me:8000; PROXY us09.sq.proxmate.me:8000; PROXY us10.sq.proxmate.me:8000; PROXY us07.sq.proxmate.me:8000; PROXY us01.sq.proxmate.me:8000; PROXY us12.sq.proxmate.me:8000; PROXY us13.sq.proxmate.me:8000; PROXY us08.sq.proxmate.me:8000; PROXY us14.sq.proxmate.me:8000; PROXY us06.sq.proxmate.me:8000; PROXY us11.sq.proxmate.me:8000; PROXY us03.sq.proxmate.me:8000' } else { return 'DIRECT'; }}

dvcrn commented 9 years ago

Hey, yes when you remove ProxMate, you don't give the addon a chance to remove the proxy settings. That usually happend when you click the icon and therefore 'disable' ProxMate.

To remove the proxy URL manually, just go into your proxy settings, navigate to the auto config URL, hit ctrl + a and hit delete. That should be all. If ProxMate is no longer installed, it can't re-set the config URL

On Sat, Apr 11, 2015 at 10:46 PM audjack99aus8 notifications@github.com wrote:

I uninstalled proxmate but i cannot remove the automatic proxy configuration url

data:text/javascript,function FindProxyForURL(url, host) {if ((url.indexOf("theplatform.com") != -1) || (url.indexOf("theplatform.com") != -1) || (url.indexOf("gcr=us") != -1 && url.indexOf("&ptchn") != -1 && url.indexOf("youtube.com/videoplayback") != -1) || (host == " play.google.com") || (host == "checkout.google.com") || (host == " apis.google.com") || (host == "nbcunit.com") || (url.indexOf(" theplatform.com") != -1)) { return 'PROXY us02.sq.proxmate.me:8000; PROXY us05.sq.proxmate.me:8000; PROXY us09.sq.proxmate.me:8000; PROXY us10.sq.proxmate.me:8000; PROXY us07.sq.proxmate.me:8000; PROXY us01.sq.proxmate.me:8000; PROXY us12.sq.proxmate.me:8000; PROXY us13.sq.proxmate.me:8000; PROXY us08.sq.proxmate.me:8000; PROXY us14.sq.proxmate.me:8000; PROXY us06.sq.proxmate.me:8000; PROXY us11.sq.proxmate.me:8000; PROXY us03.sq.proxmate.me:8000' } else { return 'DIRECT'; }}

— Reply to this email directly or view it on GitHub https://github.com/dabido/proxmate-firefox/issues/2.