Skip to content

Instantly share code, notes, and snippets.

@vpetkov
Created February 12, 2015 19:11
Show Gist options
  • Save vpetkov/ba8169c47c8cdb408f16 to your computer and use it in GitHub Desktop.
Save vpetkov/ba8169c47c8cdb408f16 to your computer and use it in GitHub Desktop.
Fullscreen bookmarklet
javascript:document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
@vpetkov
Copy link
Author

vpetkov commented Feb 12, 2015

for Safari: javascript:document.documentElement.webkitRequestFullScreen();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment