Created
June 10, 2023 16:04
-
-
Save kbridge/17b703bb88fea8f3c7c080610a09e7db to your computer and use it in GitHub Desktop.
keep you focus on the content without worrying about progress
This file contains hidden or 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
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