I have looking for a code that would allow me to type ".youtube (Words you want to search)" It would bring up an internet page with the search results for the words you searched.

I know it's something like this, although I think I am far off it.

Quote:
if ($1 == .youtube) { /url http://youtube.com search= $+ $2 }


Please help.