switch to secure connection

By Josef Last update Jul 2, 2008 — Installed 311 times.
// ==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:');