views:

675

answers:

4

I want some particular urls like "springer.com" to automatically convert to "springer.com.proxy1.mycollege.edu". The second url takes me to springer site through my college library gateway; I am able to access some parts that would otherwise be restricted.

Is there some way to convert the url as above automatically in firefox 3?

A: 

I don't understand why this needs to be done programatically...

Yuval A
I dont want to do it every time by hand.
Amit Kumar
+4  A: 

Could use your hosts file to trick firefox into looking for springer.com in the right place.

http://en.wikipedia.org/wiki/Hosts_file

Ali A
+1  A: 

You can use Greasemonkey for such task.

PhiLho
+1  A: 

One way to solve your problem is to run a web proxy like Squid, configure authentication against your campus LDAP directory, and use a Proxy auto-config file to make the browser go through your proxy.

Glomek