-
-
Save matthewmccullough/89195 to your computer and use it in GitHub Desktop.
Bookmarklet for Java SE 6 JavaDoc Search
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%3Ajava.sun.com%2Fjavase%2F6%2Fdocs'+'&btnI=745') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment