Created
March 8, 2012 14:44
-
-
Save jacquescrocker/2001302 to your computer and use it in GitHub Desktop.
responsive.is bookmarklet
This file contains hidden or 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
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)(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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