Skip to content

Instantly share code, notes, and snippets.

@epatr
Created October 27, 2015 16:32
Show Gist options
  • Save epatr/259cc8ae187df900c34a to your computer and use it in GitHub Desktop.
Save epatr/259cc8ae187df900c34a to your computer and use it in GitHub Desktop.
Bookmarklet to pop up websites in window without browser toolbars
javascript:window.open('http://','windowName','width=960,height=720,scrollbars=yes,status=no,titlebar=no,toolbar=no');void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment