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");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址