Skip to content

Instantly share code, notes, and snippets.

@MicahZoltu
Last active August 30, 2021 07:58
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 MicahZoltu/ca57ef19adcbce1391d863eef26f867b to your computer and use it in GitHub Desktop.
Save MicahZoltu/ca57ef19adcbce1391d863eef26f867b to your computer and use it in GitHub Desktop.
GitHub Widescreen Boookmarklet
javascript:(function(){ const style = document.createElement('style'); style.id = 'injected-css'; style.innerText = `.container-xl, #review-changes-modal .SelectMenu-modal, .inline-comment-form-container, .inline-comment-form, .comment-holder, #pull_request_review_body { max-height: none !important; max-width: none !important; } .js-resolvable-timeline-thread-container, .js-line-comments { max-width: calc(100vw - 100px); }`; document.head.appendChild(style); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment