Skip to content

Instantly share code, notes, and snippets.

@tallykatt
Forked from beathorst/ish-bookmarklet.js
Created July 25, 2016 02:00
Show Gist options
  • Save tallykatt/295747084667e8e3de69849aa74adb34 to your computer and use it in GitHub Desktop.
Save tallykatt/295747084667e8e3de69849aa74adb34 to your computer and use it in GitHub Desktop.
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.
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