Lets just say that I wanted to be extra careful with the website I'm visiting (irrespective of whether the site is offered in https) and wanted to convert every href in the web page received into its https equivalent.

Is there a way/add-on to do this ? or do I have to write my own :(

link|improve this question

74% accept rate
feedback

2 Answers

up vote 1 down vote accepted

As Paul said, most sites will break if you do this. However, if you wanted to do something similar to this (grabbing all the links on a page and doing something to them), a Greasemonkey script would be easier and quicker than writing a Firefox add-on.

link|improve this answer
Thanks for pointing me in the right direction... Its baked and ready to use : userscripts.org/scripts/show/29090 – Ryan Fernandes Feb 1 '10 at 8:43
feedback

You can't just point all links to https, most of them will break, and secure sites will redirect you to https anyway.

link|improve this answer
1  
actually, I would use this add-on for some specific sites i have in mind. Take for example, gmail or scribd.. gmail is no problem once the initial url is in https, but scribd doesn't work well (even though it can)... – Ryan Fernandes Feb 1 '10 at 8:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.