Github Gist

More space for gists

  1. // ==UserScript==
  2. // @name Github Gist
  3. // @namespace http://gmatheu.github.io/
  4. // @version 0.1
  5. // @description More space for gists
  6. // @match https://gist.github.com/*/*
  7. // @copyright 2014+, Gonzalo Matheu
  8. // ==/UserScript==
  9.  
  10.  
  11. ///////////////////////////////////////////////////////////////
  12. // Style
  13. ///////////////////////////////////////////////////////////////
  14. $(".container").width("90%");
  15. $(".gist-content").width("85%");