Last active
December 29, 2015 04:29
Bookmarklet that opens the current page into Brad Frost's ish. viewport resizing tool (http://bradfrostweb.com/demo/ish/). Ish. is opened in a new tab.
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
Standard mode: | |
javascript:var current_location=document.URL; var load=window.open('http://bradfrostweb.com/demo/ish/?url='+encodeURIComponent(current_location)); | |
Open in disco mode! | |
javascript:var current_location=document.URL; var load=window.open('http://bradfrostweb.com/demo/ish/?url='+encodeURIComponent(current_location)+'#disco'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment