Last active
May 3, 2020 10:33
-
-
Save willwillems/3dd21b5a7c94d29956a78d30e4bd099d to your computer and use it in GitHub Desktop.
Put Roam Research in fullscreen by clicking anywhere.
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
((b) => { b.style.backgroundColor = 'white'; b.addEventListener('click', () => b.requestFullscreen(), {once: true})})(document.body) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment