Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
jacquescrocker / gist:2001302
Created March 8, 2012 14:44
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)();