Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Googleanonymous

Add an anonymizer (http://anonym.to) link to the google results

If you want to use the anonym.to service when you search in google, you need to install this script. The script will place an extra link next to the result, named anonym. If you click on this, you will be redirected to the anonym.to site with the result's url.

google anonymizer




Oct 15, 2007
Beatnik User

if you use the same script but use http://anonymouse.org/cgi-bin/anon-www.cgi/ is is more secure although the addition of a popup window give some get some IDK

 
Mar 23, 2007
Ajnasz Script's author

@thuvap

Thanks for your message. There is a good idea, to change the anonym text to another one. I just updated the script and change the text to the anonym.to logo.

 
Mar 23, 2007
Ajnasz Script's author

No one can remove your ip, it's only remove your referrer, so the owner of the page won't know, that you come from google and what was the expression you search.

 
Mar 18, 2007
peuh-bugmenot Scriptwright

This isnt working; at least not for me. if you go to google search and type what is my ip; hit anonym; my true ip address shows.

 
Feb 17, 2007
thuvap User

The bright red underlined <font><u>anonym</u></font> is perhaps not the best way to display that extra link for via anonym.to. The problem is that it caches the eye to much, forcing you to want to look at it before you read the actual result name, making scanning the page difficult. I replaced it with :-) (which has no text characters to confuse/distract the eye or mind)and got rid of the underline. Here are the code changes I made (go to Manage User Scripts, select the script, click Edit, yada).

changed
anoText = document.createTextNode('anonym');
to
anoText = document.createTextNode(':-)');

and changed
anonym.setAttribute('style', 'color:red;');
to
anonym.setAttribute('style', 'text-decoration:none; color:red;');

 
Jan 7, 2007
Dustmop User

Great script, thanks for sharing! A pure gem!

You could comment on this script if you were logged in.