Skip to content

Instantly share code, notes, and snippets.

@tallykatt
Forked from epatr/popup.js
Created July 24, 2016 23:36
Show Gist options
  • Save tallykatt/97fdb8fd2e48725739556b84c66152df to your computer and use it in GitHub Desktop.
Save tallykatt/97fdb8fd2e48725739556b84c66152df 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