Skip to content

Instantly share code, notes, and snippets.

@erotte
Last active May 31, 2017 08:28
Show Gist options
  • Save erotte/5046ee91550d56a1ae5de8288c266db8 to your computer and use it in GitHub Desktop.
Save erotte/5046ee91550d56a1ae5de8288c266db8 to your computer and use it in GitHub Desktop.
// copy the folling line into the URL field of a bookmark(let)
// you may need to allow popups in yout browser
javascript:(()=>{ [1920, 1660, 1360, 1160, 960, 760, 560, 360].forEach((value) => { window.open(location.href, `${value}`, `height=600,width=${value}`)});})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment