Google Secure

By fobos Last update Feb 17, 2008 — Installed 1,804 times.
// ==UserScript==
// @name          Google Secure
// @description   Force Google Sites to be HTTPS
// @author        fobos
// @version       1.1
// @include       http://mail.google.com/*
// @include       http://www.google.com/calendar/*
// @include       http://docs.google.com/*
// @include       http://www.google.com/reader/*
// @include       http://spreadsheets.google.com/*
// ==/UserScript==

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