PDA

Click to See Complete Forum and Search --> : Anonymizer JavaScript


Negative
February 16th, 2002, 04:37 PM
You probably all know The Anonymizer (http://www.anonymizer.com) : anonymous surfing through that site, or via the Anonymizer-plugin. Here's another way: a JavaScript bookmarklet:

Make a file anonymizer.html:


<html><head></head>
<body>
Anonymizer bookmarklet (javascript:void(Qr=prompt('URL (no http)?',''));location.href='http://anon.free.anonymizer.com/http://'+escape(Qr))
</body></html>


Open the file with your browser, and add it to your favorites. Next time you want to use the Anonymizer, just open the bookmarklet, and choose your site ;)
BTW: AntiOnline (http://www.antionline.com) is NOT available with the Anonymizer-service... (unless you pay for it).

Vorlin
February 16th, 2002, 05:00 PM
It's worth looking at but until they get off the "IE" only bandwagon, it's no use to anyone who uses anything else. Too bad, it looks fairly good and I have only one question: Who watches the Watchers?

Dr Toker
February 16th, 2002, 05:59 PM
Where do you insert the script?

Negative
February 16th, 2002, 06:04 PM
Just open notepad (or your favorite text-editor), copy and paste the code, and save the file (ie. on your desktop) as anonymizer.html (make sure to select 'All files' if you save it).

Then just double-click the file, and add it to your favorites...

ZeroOne
March 23rd, 2002, 10:58 AM
Neg, doesn't work for me. I modified a bit, here are the instructions in case it doesn't work for someone else either...
1. Create a new link for any page, this current, for example
2. Open the link properties. Change the address to

javascript:void(Qr=prompt('URL (no http)?',''));location.href='http://anon.free.anonymizer.com/http://'+escape(Qr)

Be sure to keep it on one line and don't worry if IE says that "javascript" is not a registered program. Then change the link description to "Anonymizer bookmarklet" and just apply the new settings for the link.
3. Click your brand new anonymizer link!

Edit/Add: That "javascript" should be typed as a single word, eg. no space in it. I think this automatically "corrected" it. If there now still is a space, it's not my fault, it's AO's.

SDK
March 23rd, 2002, 05:28 PM
Negatif code didn't work for me on IE 6.0 but ZeroOne code work if JavaScript is written in a single word.