Skip to content

Instantly share code, notes, and snippets.

@aioobe
Created December 13, 2019 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aioobe/7602e6f011e02b3e8a247420831aa343 to your computer and use it in GitHub Desktop.
Save aioobe/7602e6f011e02b3e8a247420831aa343 to your computer and use it in GitHub Desktop.
Greasemonkey GitHub Fullscreen
// ==UserScript==
// @name GitHub Fullscreen
// @match https://github.com/*
// ==/UserScript==
document.querySelectorAll(".container-lg")
.forEach(e => e.classList.remove("container-lg"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment