Skip to content

Instantly share code, notes, and snippets.

@kbridge
Created June 10, 2023 16:04
Show Gist options
  • Save kbridge/17b703bb88fea8f3c7c080610a09e7db to your computer and use it in GitHub Desktop.
Save kbridge/17b703bb88fea8f3c7c080610a09e7db to your computer and use it in GitHub Desktop.
keep you focus on the content without worrying about progress
var style = document.createElement('style');
style.innerHTML = 'html::-webkit-scrollbar { display: none; }';
document.head.appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment