Skip to content

Instantly share code, notes, and snippets.

@noromanba
noromanba / gist-logs.user.js
Created May 13, 2012 00:07 — forked from saitamanodoruji/gist_logs.user.js
Show commit logs on Gist for Greasemonkey
// ==UserScript==
// @name gist logs
// @namsgpace https://www.hatena.ne.jp/noromanba/
// @description Show commit logs on Gist for Greasemonkey
// @include https://gist.github.com/*
// @downloadURL https://raw.github.com/gist/2669793/gist-logs.user.js
// @installURL https://raw.github.com/gist/2669793/gist-logs.user.js
// @grant GM_xmlhttpRequest
// @version 2012.11.6.2
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License)