Greasy Fork is available in English.

Github Compare view

Increases Github width on compare view

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name       Github Compare view
// @namespace  http://gmatheu.github.io/
// @version    0.1
// @description Increases Github width on compare view
// @match      https://github.com/**/compare/*
// @copyright  2014, Gonzalo Matheu
// ==/UserScript==

$(".container").width("95%");
$("#js-repo-pjax-container").width("95%");
$(".meta").css("padding","0px 10px");
$(".file").css("margin-bottom","3px");