Skip to content

Instantly share code, notes, and snippets.

@willwillems
Last active May 3, 2020 10:33
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 willwillems/3dd21b5a7c94d29956a78d30e4bd099d to your computer and use it in GitHub Desktop.
Save willwillems/3dd21b5a7c94d29956a78d30e4bd099d to your computer and use it in GitHub Desktop.
Put Roam Research in fullscreen by clicking anywhere.
((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