Created
October 9, 2020 18:43
-
-
Save juanca/669c59f15a17e20022b8bd78b12889e6 to your computer and use it in GitHub Desktop.
github_full_width.js -- responsive github because why not?
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
javascript: | |
((n = document.getElementsByClassName('new-discussion-timeline')[0]) && (n.style['max-width'] = '90%') && false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok