Google cache alternative URL

By K3rN3L Last update Sep 4, 2008 — Installed 140 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Google cache alternative URL
// @namespace     K3rN3L http://userscripts.org/users/52751/scripts
// @description   changes Google cache url
// @description   made by DisconneKt (www.TuniTech.net)
// @include       http://64.233.*
// ==/UserScript==
var url=location.href;
window.location.replace("http://74.125.39.104" + url.substring(url.indexOf("")+21));