Mega-Import-Bypass icon indicating copy to clipboard operation
Mega-Import-Bypass copied to clipboard

created an alternative code for mega import bypass

Open darkdevil090 opened this issue 1 year ago • 2 comments

``// ==UserScript== // @name MEGA Import Bypass // @namespace yournamespace // @version 1.0 // @description Bypass import limit on MEGA // @match https://mega.nz/* // @grant none // ==/UserScript==

(function() { 'use strict';

// Bypass import limit if (typeof window.MegaData !== 'undefined') { window.MegaData.maxDownloadBytes = -1; } })();

darkdevil090 avatar Dec 21 '23 05:12 darkdevil090

Is the script working?

MixedBudger avatar Jan 07 '24 12:01 MixedBudger

I can't do it

sasddadasdasd13124 avatar Jan 07 '24 21:01 sasddadasdasd13124