Redirect GMail to an equivalent https:// address

// ==UserScript==
// @name          GMailSecure
// @namespace     http://diveintogreasemonkey.org/download/
// @description   force GMail to use secure connection
// @include       http://gmail.google.com/*
// ==/UserScript==

window.location.href = window.location.href.replace(/^http:/, 'https:');

これ結構好きな Greasemonkey script.
なんかこういうの重要だと思うのよ。そんなすごいことじゃなくて、こういうことがパッとできるっていうのが大事なんだと思うのね。なんとなく。