Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created September 29, 2012 21:06
Show Gist options
  • Save jcanfield/3805190 to your computer and use it in GitHub Desktop.
Save jcanfield/3805190 to your computer and use it in GitHub Desktop.
Page Load Time Bookmarklet
javascript:var websiteurl = prompt("Enter Website URL to test page load times. IE- yourdomain.com");window.open('http://' + websiteurl + '.loads.in');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment