Skip to content

Instantly share code, notes, and snippets.

View MaxWhite3790's full-sized avatar

Max White MaxWhite3790

View GitHub Profile
graph RL
RBGY("Red/Blue/Green/Yellow**")
GSC("Gold/Silver/Crystal**")
RSE("Ruby/Sapphire/Emerald*")
FRLG("FireRed/LeafGreen*")
DPPt(Diamon/Pearl/Platinum)
HGSS("HeartGold/SoulSilver")
BW("Black/White")
BW2("Black 2/White 2")
XY("X/Y")
// ==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/*/*/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant none
// ==/UserScript==
@MaxWhite3790
MaxWhite3790 / README-Template.md
Last active May 31, 2019 02:35 — forked from PurpleBooth/README-Template.md
A template to make good README.md (Forked by Max White)

Project Title

One Paragraph of project description goes here

License: ?

Usage

@MaxWhite3790
MaxWhite3790 / CONTRIBUTING.md
Created May 31, 2019 00:04
A template to make good CONTRIBUTING.md

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request