Yahoo Secure

By Shii Last update Jul 17, 2005 — Installed 16,202 times. Daily Installs: 0, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 1, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Yahoo Secure
// @namespace     http://shii.org/tech
// @description   force Yahoo to use secure connection (basically the same as GMailSecure by Mark)
// @include       http://login.yahoo.com/*
// ==/UserScript==

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