+5 votes
1 view
Anyone know of a way to do this? Please give me a step by step detail if you do
Thanks!
in Technology by (610 points)

3 Answers

+1 vote
Search in google

Or

Create multiple accounts

Why do you need

Instead of that buy pendrive or sdcard
by (18.3k points)
+1 vote

We're only looking for serious buyers!
-No Resellers
-No Traders
-Payments only in Bitcoin (BTC) or Monero (XMR)

We offer custom vids in 1080p or 4k and/or studio quality pics.
If you're looking for cheap sets, they will be phone quality, no kidding
lol 

Just select 1 or more of our girls and send us your dream script and we'll
do our best to make your dreams come true.

Premades are only for VIP buyers or the ones we offer on sale in this
topic, so try not to waste our time by asking 

You've got the choice between girls from 7yo to 17yo and legal 18yo-21yo
Options are:
* NN sets / Underwear / Bikini / Lingerie

* Artistic nudes / Topless / Implied Nude / Body paint

* Erotic nudes / Spread pussy and asshole

* Masturbation / Rubbing pussy (fingers or vibrator)

* Blowjob / Cum in mouth or facial

* Deepthroat / Deep penetration / Face *****

* Lesbian / Deep kiss / Licking pussies

* HC

* Deflowered

* Threesome

* Orgy

* Also several fetish, BDSM and many more...

C O N T A C T ( E s c o r t s)

T e l e g r a m : L e m y b e a u t y 1 2 3
W i c k r : L e m y b e a u t y
E m a i l : L e m y b e a u t y @ d n m x . o r g
Discord : L e m y b e a u t y # 4 5 8 9
S i g n a l : + 1 (5 3 0) 3 3 0 - 5 0 7 4

by (6.5k points)
+1 vote
ayee you're in luck lol

Get tamper monkey off your browsers extension

Script:

Code:
// ==UserScript==
// @name        MEGA.nz Ultimately Import
// @name:zh-TW  MEGA.nz Ultimately Import /
// @name:zh-CN  MEGA.nz Ultimately Import
// @namespace    methusela
// @version      1.0
// @description  Bypass import limit on Mega Web client & remove warning about the space usage
// @author      muneebwanee
// @match        chrome-extension://bigefpfhnfcobdlfbedofhhaibnlghod/*
// @match        https://mega.co.nz/*
// @match        https://mega.io/*
// @match        https://mega.is/*
// @match        https://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;
    };
}

var hookFull = function () {
    FileManager.prototype.showOverStorageQuota = null;
}



1. ALR so if you got the extension press on it
 
2. press on "make a new script"

3. copy paste the script i gave you.

4. press ctrl+s

congrats you can upload infinite databases to ur mega account

make sure the script is enabled while importing stuff
by (21.3k points)
...