// ==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 // @downloadURL none // ==/UserScript== /////////////////////////////////////////////////////////////// // Style /////////////////////////////////////////////////////////////// $(".container").width("90%"); $(".gist-content").width("85%");