Skip to content

created an alternative code for mega import bypass  #7

@darkdevil090

Description

@darkdevil090

``// ==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;
}
})();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions