web.de nologout-skipper

By Tproc Last update Apr 14, 2006 — Installed 1,296 times. Daily Installs: 0, 3, 0, 0, 0, 2, 0, 4, 4, 2, 2, 3, 6, 1, 1, 0, 0, 2, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 3, 1
// ==UserScript==
// @name          web.de nologout-skipper
// @description   script to skip the nologout page from web.de
// @include       https://*.web.de/*/nologout*
// @author 	  Tproc
// ==/UserScript==


var url = document.location.href;
var free = url.substring(url.indexOf("freemailing", free), url.indexOf(".web.de", free));
var session = url.substring(url.indexOf("?si", session), url.length);
window.location.href =  free +".web.de/online/frame.htm" + session;