Skip to content

Instantly share code, notes, and snippets.

View ElektroStudios's full-sized avatar
🙋‍♂️
Hey, you can hire me for freelance jobs.

Elektro ElektroStudios

🙋‍♂️
Hey, you can hire me for freelance jobs.
  • ElektroStudios
  • Spain
View GitHub Profile
@ElektroStudios
ElektroStudios / emuparadise.download.user.js
Created September 9, 2019 12:25 — forked from infval/emuparadise.download.user.js
emuparadise.me download workaround (Most games + Sega Dreamcast, Books/Comics/Guides/Magazines)
// ==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/
@ElektroStudios
ElektroStudios / VbNetRecipe_Dark.vb
Created March 14, 2016 16:57
ScintillaNET - Visual Basic.Net Dark and Light recipes
''' ----------------------------------------------------------------------------------------------------
''' <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)