This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name emuparadise_dc_fix2 | |
// @version 1.0 | |
// @description Workaround for downloading Dreamcast roms from Emuparadise.me | |
// @author ichkommepostal | |
// @match https://www.emuparadise.me/Sega_Dreamcast_ISOs/*/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name emuparadise_dc_fix | |
// @version 1.0 | |
// @description Workaround for downloading Dreamcast roms from Emuparadise.me | |
// @author ichkommepostal | |
// @match https://www.emuparadise.me/Sega_Dreamcast_ISOs/*/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name emuparadise_dc | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Workaround for downloading Dreamcast roms from Emuparadise.me | |
// @author ichkommepostal | |
// @match https://www.emuparadise.me/Sega_Dreamcast_ISOs/*/* | |
// @grant none | |
// ==/UserScript== |