Userscripts - Error Redirect

By Timothy Last update Apr 6, 2007 — Installed 190 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
// ==UserScript==
// @name          Userscripts - Error Redirect
// @namespace     http://www.myspace.com/tp_
// @description   Redirects you from the "Monkey" error page, back to the homepage
// @include       http://userscripts.org/sessions

if (document.location.href='http://userscripts.org/sessions') {document.location.href='http://userscripts.org/'}