Skip to content

Instantly share code, notes, and snippets.

@rafaelrabelos
Forked from Eptun/emuparadise.eptun.user.js
Created November 20, 2020 20:18
Show Gist options
  • Save rafaelrabelos/d1275fd83f6ea62b43f07437aa2320d2 to your computer and use it in GitHub Desktop.
Save rafaelrabelos/d1275fd83f6ea62b43f07437aa2320d2 to your computer and use it in GitHub Desktop.

Revisions

  1. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -12,5 +12,5 @@
    'use strict';

    var id = ((document.URL).split("/"))[5];
    $(".download-link").prepend(`<a target="_blank" href="http://emuparadise.me/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    $(".download-link").prepend(`<a target="_blank" href="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    })();
  2. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    // ==UserScript==
    // @name EmuParadise Download Workaround - 1.1.1
    // @version 1.1.1
    // @version 1.1.2
    // @description Replaces the download button link with a working one
    // @author Eptun
    // @match https://www.emuparadise.me/*/*/*
    @@ -12,5 +12,5 @@
    'use strict';

    var id = ((document.URL).split("/"))[5];
    $(".download-link").prepend(`<a target="_blank" href="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    $(".download-link").prepend(`<a target="_blank" href="http://emuparadise.me/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    })();
  3. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -12,5 +12,5 @@
    'use strict';

    var id = ((document.URL).split("/"))[5];
    $(".download-link").prepend(`<a href="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    $(".download-link").prepend(`<a target="_blank" href="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    })();
  4. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,6 @@
    // @author Eptun
    // @match https://www.emuparadise.me/*/*/*
    // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
    // @updateURL https://gist.github.com/Eptun/3fdcc84552e75e452731cd4621c535e9/raw/
    // @grant none
    // ==/UserScript==

  5. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    // ==UserScript==
    // @name EmuParadise Download Workaround - 1.0
    // @version 1.1
    // @name EmuParadise Download Workaround - 1.1.1
    // @version 1.1.1
    // @description Replaces the download button link with a working one
    // @author Eptun
    // @match https://www.emuparadise.me/*/*/*
    // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
    // @updateURL https://gist.github.com/Eptun/3fdcc84552e75e452731cd4621c535e9/raw/51ef545fb4df115aa96d264438d71c4af50808a4/emuparadise.eptun.user.js
    // @updateURL https://gist.githubusercontent.com/Eptun/3fdcc84552e75e452731cd4621c535e9/raw/
    // @grant none
    // ==/UserScript==

  6. @Eptun Eptun revised this gist Aug 10, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    // ==UserScript==
    // @name EmuParadise Download Workaround - 1.0
    // @version 1.0
    // @version 1.1
    // @description Replaces the download button link with a working one
    // @author Eptun
    // @match https://www.emuparadise.me/*/*/*
    // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
    // @updateURL https://gist.github.com/Eptun/3fdcc84552e75e452731cd4621c535e9/raw/51ef545fb4df115aa96d264438d71c4af50808a4/emuparadise.eptun.user.js
    // @grant none
    // ==/UserScript==

  7. @Eptun Eptun created this gist Aug 10, 2018.
    15 changes: 15 additions & 0 deletions emuparadise.eptun.user.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    // ==UserScript==
    // @name EmuParadise Download Workaround - 1.0
    // @version 1.0
    // @description Replaces the download button link with a working one
    // @author Eptun
    // @match https://www.emuparadise.me/*/*/*
    // @grant none
    // ==/UserScript==

    (function() {
    'use strict';

    var id = ((document.URL).split("/"))[5];
    $(".download-link").prepend(`<a href="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`);
    })();