Google Services in HTPPS

By Víctor Sánchez Last update Nov 19, 2007 — Installed 1,426 times. Daily Installs: 0, 5, 0, 4, 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, 0
// ==UserScript==
// @name           Google Services in HTPPS
// @namespace      http://www.victor.eu.org/googlehttps
// @description    Change Google Url services using HTTP by same service using HTTPS for security.
// @include        http://docs.google.com/*
// @include        http://spreadsheets*.google.com*
// @include        http://spreadsheets.google.com*
// @include        http://www.google.*/reader/*
// @include        http://www.google.com/bookmarks*
// @include        http://www.google.com/calendar/*
// @include        http://www.google.com/history/*
// @include        http://gmail.google.com*
// @include        http://mail.google.com*
// @version        1.1.1
// ==/UserScript==

window.location.replace(window.location.href.replace(/^http\:(.+)/, "https:$1"));