Skip to content

Instantly share code, notes, and snippets.

@loganj
Created April 2, 2009 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save loganj/89189 to your computer and use it in GitHub Desktop.
Save loganj/89189 to your computer and use it in GitHub Desktop.
Java 6 Lucky bookmarklet
same as http://pastie.org/434851 but with "I'm Feeling Lucky" so you skip the search results list.
javascript:void(q=prompt('Java%20class%20Name:',''));if(q)void(location.href='http://www.google.com/search?q='+escape(q)+'%20site%3Adownload.oracle.com%2Fjavase%2F6%2Fdocs'+'&btnI=745')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment