Greasy Fork is available in English.

Github Gist

More space for gists

As of 20.10.2014. See ბოლო ვერსია.

  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. $(".column").width("85%");