Github Compare view

Increases Github width on compare view

  1. // ==UserScript==
  2. // @name Github Compare view
  3. // @namespace http://gmatheu.github.io/
  4. // @version 0.1
  5. // @description Increases Github width on compare view
  6. // @match https://github.com/**/compare/*
  7. // @copyright 2014, Gonzalo Matheu
  8. // ==/UserScript==
  9.  
  10. $(".container").width("95%");
  11. $("#js-repo-pjax-container").width("95%");
  12. $(".meta").css("padding","0px 10px");
  13. $(".file").css("margin-bottom","3px");