Tip of the Day: Secure Your Gmail
From the “Why Didn’t I Think of That” department: GMailSecure has got to be one of the most elegantly simple, yet useful Greasemonkey scripts ever.
When I say simple, I mean one line of code:
location.href = location.href.replace(/^http:/, ‘https:’);
This script ensures your Gmail session using Firefox takes place over a secure HTTP connection providing a reasonable amount [...]
