Unlimited Stoage MEGA Cracke Scriptuse tampermonkey extention in chrome browser
and this code to the script area :-https://chrome.google.com/webstore/deta ... fkfo?hl=en
tampermonkey
by this u can add as many storage as u want
Code: Select all
// ==UserScript==
//
@name MEGA.nz Ultimately Import
//
@name:zh-TW MEGA.nz Ultimately Import /
//
@name:zh-CN MEGA.nz Ultimately Import
//
@namespace methusela
//
@version 0.1
//
@description Bypass import limit on Mega Web client & remove warning about the space usage
//
@author d0gkiller87
//
@match chrome-extension://bigefpfhnfcobdlfbedofhhaibnlghod/*
//
@match http://mega.co.nz/*
//
@match http://mega.io/*
//
@match http://mega.is/*
//
@match http://mega.nz/*
//
@match https://mega.co.nz/*
//
@match https://mega.io/*
//
@match https://mega.is/*
//
@match https://mega.nz/*
//
@icon https://mega.nz/favicon.ico?v=3//
@run-at document-end
//
@grant none
// ==/UserScript==
(function() {
'use strict';
// Reference [Augular loaded detect]:
https://stackoverflow.com/a/31970556/9182265 var initWatcher = setInterval(function () {
if (window.MegaUtils) {
clearInterval(initWatcher);
hookImport();
hookFull();
console.info('FUNtions Hooked!');
}
}, 500);
})();
var hookImport = function () {
MegaUtils.prototype.checkGoingOverStorageQuota = function(opSize) {
var promise = new MegaPromise();
loadingDialog.pshow();
M.getStorageQuota()
.always(function() {
loadingDialog.phide();
})
.fail(promise.reject.bind(promise))
.done(function(data) {
/*
if (opSize === -1) {
opSize = data.mstrg;
}
if (opSize > data.mstrg - data.cstrg) {
var options = {custom: 1, title: l[882], body: l[16927]};
M.showOverStorageQuota(data, options)
.always(function() {
promise.reject();
});
}
else {
*/
promise.resolve();
});
return promise;
};
}
Mega Import BypassStepsAdd an Extensions in the any Chromium based browser: Tampermonkey - Chrome Web Store
Now click on the extension and select create a new script as follow:
Copy the code/script & replace/paste it in the “New userscript” file & save the file with CTRL+S or from the file menu.
Open the Mega sign-up/login page & create A new account with the mail-id you just created or log in to your MEGA account if you have one already.
If you don’t want to use your own e-mail then create a new one, you can use this to create
temp email
otherwise, sign-up/log-in with your regular mail-id.
IMPORTANT NOTE
: If you are using your old account, there should be some storage free in your MEGA drive otherwise import will not work.
Open the MEGA link after you have successfully logged in to MEGA.
Click this button