Workaround to download roms off Emuparadise again!!

Just a couple of days ago Nintendo hit the rom world hard by issuing cease and desist to a very popular rom sites loveretro.co and loveroms. In the wake of that Emuparadise has decided to take down their database of roms to avoid any kind of lawsuit from Big N.

Let’s face it, downloading console roms has always been a touchy subject with Video game companies & developers. But no video game company in history has gone out of business due to downloading of roms.

Now there is a small bright light at the end of this road, of course, someone has discovered a way to download roms off of Emuparadise again as the rom database is still there! It seems all they have done is take down the direct download links but reddit user u/EptunLP has found a workaround and has written a script to basically force the links to download roms from Emuparadise again.

All you have to do is install a userscript which adds a workaround link right above the original download link.

The file is still being downloaded from EmuParadise servers.

Chrome users: Download TamperMonkey

Firefox users: Download GreaseMonkey

After that click here, press install, and you are done! If you already had a page with a rom open refresh it and you should see a new link above the original one, enjoy.

EDIT: Maybe its just me but it doesn’t work when straight clicking the link on firefox, right clicking and selecting to open it in a new tab works.

You can also manually add this updated script that uses the first link to download, so it doesn’t open a new tab.

  1. // ==UserScript==
  2. // @name         EmuParadise Download Workaround – 1.1.2
  3. // @version      1.1.2
  4. // @description  Replaces the download button link with a working one
  5. // @author       Eptun
  6. // @match        https://www.emuparadise.me/*/*/*
  7. // @require      http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
  8. // @grant        none
  9. // ==/UserScript==
  10. (function() {
  11.     ‘use strict’;
  12.     const id = document.URL.split(‘/’)[5];
  13.     $(‘.download-link’).children()[0].href = `/roms/getdownload.php?gid=${id}&test=true`;
  14. })();

Like any work around its only going to work for so long before they fix it, so what are you waiting for, get to downloading everything you can before you can’t.

 

Source:

About dujuandrocker

I've been a gamer ever since Nintendo first came out with their home console. I've always been intrigued by video games and electronics. The first game I beat was super Mario Bros. I'm in my mid 30s but you are never too old to play video games. I can see myself at 80 years of age still playing video games. I'm always reading and catching up on the latest gadgets, hacks and mods. I'm a family man with a wife and three beautiful daughters, life is what you make it, have fun and enjoy it to the last breath!

Check Also

Exciting News: Nintendo Switch Emulator Yuzu Makes a Comeback as SUYU

The eagerly anticipated Suyu emulator (aka Yuzu) has been the talk of the town since …