Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulera/30d8ed51e43d7faa8f2d121883d93799 to your computer and use it in GitHub Desktop.
Save paulera/30d8ed51e43d7faa8f2d121883d93799 to your computer and use it in GitHub Desktop.
document.getElementById('ghx-header').style.display = 'none';
document.getElementById('ghx-quick-filters').style.display = 'none';
document.getElementById('navigation-app').style.display = 'none';
// document.getElementById('gh').style.height = '100%';
// document.getElementById('ghx-content-main').style.height = '100%';
// document.getElementById('ghx-rabid').style.height = '100%';
document.getElementById('ghx-plan').style.height = '100%';
document.getElementById('ghx-plan-group').style.height = '100%';
document.getElementsByTagName('body')[0].style.zoom = '150%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment