This file contains 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 Download Workaround | |
// @version 1.2.2 | |
// @description Replaces the download button link with a working one | |
// @author infval (Eptun) | |
// @match https://www.emuparadise.me/*/*/* | |
// @grant none | |
// ==/UserScript== | |
// https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/ |
This file contains 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
''' ---------------------------------------------------------------------------------------------------- | |
''' <summary> | |
''' Sets a VisualBasic.Net dark lexer style on the specified <see cref="Scintilla"/> editor. | |
''' </summary> | |
''' ---------------------------------------------------------------------------------------------------- | |
''' <param name="editor"> | |
''' The source <see cref="Scintilla"/> editor. | |
''' </param> | |
''' ---------------------------------------------------------------------------------------------------- | |
Public Shared Sub SetVbNetDarkStyle(ByVal editor As Scintilla) |