Reverberations

Quick Proxy Browsing

Posted in Coding, javascript by Brajesh on August 10th, 2006

When: Your ISP is stupid enough to block sites it shouldn’t.

How: Create a bookmarklet of the following JavaScript code. All the line breaks below needed to be removed for this to work.

javascript:void((function(){window.location.href=
‘http://www.boxofprox.com/index.php?q=’+base64_encode(window.location.href);})());
function%20base64_encode(str){
var%20alnum=’ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._’;
var%20out=”;var%20t,x,y,z;for(var%20i=0;i<str.length;i+=3){t=Math.min(3,str.length-i);
if(t==1){x=str.charCodeAt(i);out+=alnum.charAt((x>>2));
out+=alnum.charAt(((x&0X00000003)<<4));out+=’–’;}
else%20if(t==2){x=str.charCodeAt(i);y=str.charCodeAt(i+1);
out+=alnum.charAt((x>>2));out+=alnum.charAt((((x&0X00000003)<<4)|(y>>4)));
out+=alnum.charAt(((y&0X0000000f)<<2));out+=’-';}
else{x=str.charCodeAt(i);y=str.charCodeAt(i+1);z=str.charCodeAt(i+2);
out+=alnum.charAt((x>>2));out+=alnum.charAt((((x&0×00000003)<<4)|(y>>4)));
out+=alnum.charAt((((y&0X0000000f)<<2)|(z>>6)));out+=alnum.charAt((z&0X0000003f));}}
return%20out;}

This little code lets one browse with a base64 encoded url to bypass any phrase blocks. Use it on your own risk etc. Thanks ’someone unknown’ for base64 encoding function.

9 Responses to 'Quick Proxy Browsing'

Subscribe to comments with RSS or TrackBack to 'Quick Proxy Browsing'.

  1. Naveed said, on August 12th, 2006 at 5:13 am

    Instead of creating a bookmarklet, you can use the following web based proxies.

    http://www.proxy.bz/

    http://www.proxysector.com/

    http://www.hidemyass.com/

    http://www.proxy80.com/

    and hundreds of others available at:

    http://phoenixtopsites.com/index.php?i_cat=2

  2. Brajesh said, on August 12th, 2006 at 9:24 am

    Obviously we can use web based proxy. Instead of going to the proxy and entering url - which is a pain if you have to do it often, a bookmarklet will let you go directly to the page.
    You can replace proxy I’m using here( boxofprox) with any of other proxies.

  3. dual said, on August 18th, 2006 at 8:58 pm

    i just wanna get in

  4. Arifin said, on October 8th, 2006 at 12:46 am

    Wasallam, Arifin from Jakarta- Indonesia would really love to add my proxy site to your blog :

    http://www.M82.net
    http://www.Proxy.SG
    http://www.Proxy.MN
    http://www.Tandiono.com
    http://www.FriendsterProxy.com

  5. farzad said, on December 30th, 2006 at 12:23 pm

    I need to proxy every day

  6. Free Live Proxy said, on August 15th, 2007 at 2:58 am

    free proxy services

    free proxy site,free proxi,free proxy ip,free proxy website,free proxy sever,https free proxy,free server,irc free proxy,free cgi proxy,anonymous free proxy,free socks proxy,free internet games,free proxy,,free internet radio,free proxy port,list of fr…

  7. Y said, on October 30th, 2007 at 3:57 pm

    THEY DONT WORKK THERE ALL BLOKED

  8. vandematram27011987 said, on February 4th, 2008 at 7:21 pm

    t doesnt work will u tell me how to connect to orkut through firewaall HTTP cyberoam is used

  9. uncr4ck said, on May 16th, 2008 at 6:15 am

    The easiest thing to do is visit my site and look for my post to bypass web filters. that’s the easiest thing to do.

    http://uncr4ck.wordpress.com

Leave a Reply