Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created October 11, 2009 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hail2u/207716 to your computer and use it in GitHub Desktop.
Save hail2u/207716 to your computer and use it in GitHub Desktop.
MEGAUPLOAD downloader
// ==UserScript==
// @name MEGAUPLOAD direct downloader
// @namespace http://hail2u.net/
// @include http://www.megaupload.com/?d=*
// ==/UserScript==
window.location.href = window.location.href.replace(/\/\?d=/, "/mgr_dl.php?d=");
@98pi
Copy link

98pi commented Aug 23, 2020

هكر

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment