// ==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 https://update.greasyfork.icu/scripts/5907/Github%20Gist.user.js // @updateURL https://update.greasyfork.icu/scripts/5907/Github%20Gist.meta.js // ==/UserScript== /////////////////////////////////////////////////////////////// // Style /////////////////////////////////////////////////////////////// $(".container").width("90%"); $(".gist-content").width("85%");