Created
March 1, 2022 18:21
-
-
Save rwilcox/90c538a81005db4c769172183bf9d94a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Make Github PR big | |
// @version 1 | |
// @grant none | |
// @match https://github.com/*/*/pull/* | |
// @run-at document-idle | |
// ==/UserScript== | |
document.querySelector(".Layout-sidebar").remove() | |
document.querySelector("div.Layout-main").setAttribute('style', 'width: 140% !important') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment