1. Instala la extension de GreaseMonkey.
2. Reinicia Firefox.
3. Tools>Greasemonkey>New User Script...
4. Llena la ventanita como se muestra a continuacion:

5. Tools>Greasemonkey>Manage User Scripts...
- Seleccionas el script ke acabas de crear y le das al boton de Edit.
- Copias el siguiente codigo completo(esta copyrighted, hay que ser legales =)).
// Megaupload Cookie6. Das Ok, te aseguras de ke Greasemonkey este enabled(Tools>Greasemonkey>Enabled) y te diriges hacia tus links de megashitload.
// (c) Wintermute 2007
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Megaupload Cookie Inject", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name Megaupload slot limit hack
// @namespace http://www.ms.mff.cuni.cz/~hosel4am
// @description allows you to bypass megaupload slot limit without installing their toolbar
// @include *megaupload*
// ==/UserScript==
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
createCookie('megauploadtoolbar_visibility', 'yes', 7);
createCookie('megauploadtoolbar_id', '197A9F07D8724E438DEBE1C11EBBE405', 7);
7. La primera vez ke entres al link no pasara nada, sigue apareciendo la restriccion, dale F5 para refrescar la pagina y entonces ya se kita el slot limit =).
'Because it's YOUR web'
./Gerardo
No comments:
Post a Comment