Make World Better!
当前为
// ==UserScript==
// @name Refined Github Commit Rewind
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Make World Better!
// @author Konv Suu
// @license MIT
// @match https://github.com/**
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
(function () {
'use strict'
// Your code here...
})()