Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created March 8, 2012 14:44
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jacquescrocker/2001302 to your computer and use it in GitHub Desktop.
Save jacquescrocker/2001302 to your computer and use it in GitHub Desktop.
responsive.is bookmarklet
javascript:(function()%7Bvar%20location=(%22http://responsive.is/%22+window.location.host+window.location.pathname);if(location.substring(location.length-1)==%22/%22)%7Blocation=location.substring(0,location.length-1);%7Dwindow.location=location;%7D)();
@chrisarmstrong
Copy link

Wow, nice! Thanks for doing this :)

It's not quite working for internal pages yet but that's a bug we need to fix, I'll get on it :)

Edit: internal page bug (the icons weren't loading properly) should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment