Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name EmuParadise Download
- // @match https://www.emuparadise.me/*/*/*
- // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- const id = document.URL.split('/')[5];
- $('.download-link').children()[0].href = `/roms/get-download.php?gid=${id}&test=true`;
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement