Skip to content

Instantly share code, notes, and snippets.

View Magnetkopf's full-sized avatar
🍦
cold

Magnetkopf

🍦
cold
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

// ==UserScript==
// @name MidiShow 免积分
// @include http://www.midishow.com/search/*
// @include http://www.midishow.com/midi/*
// @include https://www.midishow.com/search/*
// @include https://www.midishow.com/midi/*
// @version 1.0
// @grant none
// ==/UserScript==
var Original_JZZ_MIDI_SMF = JZZ.MIDI.SMF;