Skip Myspace "Sent Notification"

By BrendenAC Last update Dec 27, 2008 — Installed 304 times. Daily Installs: 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

There are 1 previous version of this script.

// ==UserScript==
// @name           Skip Myspace "Sent Notification"
// @description	   When it takes you to the sent notification it auto-loads your inbox.
// @include        http://messaging.myspace.com/index.cfm?fuseaction=mail.sent&*
// ==/UserScript==

window.location="http://messaging.myspace.com/index.cfm?fuseaction=mail.inbox";
onload = function () {location.reload()};