Skip to content

Instantly share code, notes, and snippets.

@jasherai
Created March 3, 2009 19:19
Show Gist options
  • Save jasherai/73470 to your computer and use it in GitHub Desktop.
Save jasherai/73470 to your computer and use it in GitHub Desktop.
//Note: This command was automatically generated by the create-bookmarklet-command command.
CmdUtils.makeBookmarkletCommand({
name: "css-reloader",
url: "javascript:(function()%20%7Bvar%20links%20=%20document.getElementsByTagName(%22link%22);for%20(var%20i%20=%200;%20i%20%3C%20links.length;%20i++)%20%7Bif%20(links%5Bi%5D.rel%20===%20%22stylesheet%22)%20%7Bif%20(links%5Bi%5D.href.indexOf(%22?%22)%20===%20-1)%20%7Blinks%5Bi%5D.href%20+=%20%22?%22;%7Dlinks%5Bi%5D.href%20+=%20%22x%22;%7D%7D%7D)()"
});
//Note: This command was automatically generated by the create-bookmarklet-command command.
CmdUtils.makeBookmarkletCommand({
name: "get-request-timer",
url: "javascript:alert('rendered%20in%20'+document.getElementById('_rrt').getAttribute('title'))"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment