Github Gist

More space for gists

2014-10-20 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name       Github Gist
// @namespace  http://gmatheu.github.io/
// @version    0.1
// @description  More space for gists
// @match      https://gist.github.com/*/*
// @copyright  2014+, Gonzalo Matheu
// ==/UserScript==


///////////////////////////////////////////////////////////////
// Style
///////////////////////////////////////////////////////////////
$(".container").width("90%");
$(".gist-content").width("85%");