Last active
May 31, 2017 08:28
-
-
Save erotte/5046ee91550d56a1ae5de8288c266db8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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