See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| // ==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; |