MegaUpload Instant Download

By Laymain Last update Apr 16, 2009 — Installed 13,233 times.

There are 1 previous version of this script.

// ==UserScript==
// @name           MegaUpload Instant Download
// @namespace      Laymain
// @description    MegaUpload Instant Download : No Wait
// @include        http://*.megaupload.com/?d=*
// ==/UserScript==

var dlLink = document.getElementById('downloadlink');
if (dlLink) window.location.href = dlLink.firstChild.href;