switch to secure connection

By Josef Last update Jul 2, 2008 — Installed 445 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 3, 0, 0, 3, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           switch to secure connection
// @namespace      my userscripts
// @include        http://*.kasserver.com/*,http://kasserver.com/*,http://csb.vu/*,http://www.csb.vu/*
// ==/UserScript==

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