Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rwilcox/90c538a81005db4c769172183bf9d94a to your computer and use it in GitHub Desktop.
Save rwilcox/90c538a81005db4c769172183bf9d94a to your computer and use it in GitHub Desktop.
// ==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