/MegaUp.net-Auto-Downloader

Auto Click the download button and close the page after

Primary LanguageJavaScriptOtherNOASSERTION


Logo

MegaUp.net Auto Downloader


View Demo - Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Installation
  3. Roadmap
  4. Contact

About The Project

Demo

You want to install something trought MegaUp ? But you don't want it to do it click by click

This script is made for you if you are trying to install multiple files from the MegaUp :) Like from IGG Games using my script

At the moment the script works by waiting 10 seconds and then look for the button to start the download and if the button is not available it means that the download started

At the moment this script is kinda crapy I am gonna make it better

The whole setup of everything should take less than 2mins.

If you like the project don't forget to leave a Star⭐ !

(back to top)

Prerequisites

To use this script, you will need Tampermonkey

Installation

The installation is fast (less than 2 mins)

  1. After you installed Tampermonkey, open it add a New UserScript

  2. Edit your new script

  3. Then, copy the script.js from here

    // ==UserScript==
    // @name         MegaUp.net AUTO-DL
    // @version      0.1
    // @description  Auto DL script for MegaUp.net
    // @author       Elxss
    // @match        *://*.megaup.net/*
    // @homepage     https://elxss.github.io/
    // @icon         https://avatars.githubusercontent.com/u/121466211?s=400&   u=e6018d225103ed4be48117d0341d74a212d0b607&v=4
    // @grant        none
    // @run-at       document-start
    // ==/UserScript==
    ...................................
  4. Save it ( CTRL + S )

  5. Everything is ready to go ! Leave a star ⭐ if you like this small project!

(back to top)

Roadmap

  • Make it work
  • Make it good

(back to top)

Contact

Elxss - discord: Eliasss#8886 - elxssgitcontact@gmail.com - website: elxss.github.io

(back to top)

This is a Readme.md Template