Skip to content

Instantly share code, notes, and snippets.

@toffebjorkskog
Created December 11, 2011 12:25
Show Gist options
  • Save toffebjorkskog/1460322 to your computer and use it in GitHub Desktop.
Save toffebjorkskog/1460322 to your computer and use it in GitHub Desktop.
Search MDN bookmarklet
javascript:(function (q){
window.location = "http://google.com/?q=" + q + "#q=" + q;
}(prompt("Search MDN") + " site:http://developer.mozilla.org"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment