More space for gists
当前为
// ==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%");
$(".column").width("85%");