-
-
Save rafaelrabelos/d1275fd83f6ea62b43f07437aa2320d2 to your computer and use it in GitHub Desktop.
Revisions
-
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`); })(); -
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ // ==UserScript== // @name EmuParadise Download Workaround - 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="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>`); })(); -
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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="/roms/get-download.php?gid=`+id+`&test=true" title="Download using the workaround script">Download using the workaround script</a><br><br>`); })(); -
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 // @grant none // ==/UserScript== -
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ // ==UserScript== // @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.githubusercontent.com/Eptun/3fdcc84552e75e452731cd4621c535e9/raw/ // @grant none // ==/UserScript== -
Eptun revised this gist
Aug 10, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,11 @@ // ==UserScript== // @name EmuParadise Download Workaround - 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== -
Eptun created this gist
Aug 10, 2018 .There are no files selected for viewing
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 charactersOriginal 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>`); })();