Create Smarter Google Translate Keyword Bookmarks [Firefox Tip]

EmptyNest

Administrator
GoogleTranslate1.png
Reader Jerry Lue read our feature on creating smarter keyword bookmarks, and took the initiative to create a set of smart bookmarks that interact with Google Translate.
These keyword bookmarks either translate the current page, or even translate a phrase directly from the Firefox location bar. If you aren't sure how to create keyword bookmarks in the first place, be sure and check out our guide to Firefox and the art of keyword bookmarking, and then check out how to make them even smarter with some javascript magic.
Google translate a phrase:
This keyword bookmark lets you translate a phrase by simply entering it into the location bar—create a new bookmark with a keyword like trans, give it a name, and paste in the following javascript code:

<blockquote>javascript:strRaw="%s";strArray=strRaw.split("%20");for(i=3;i
 
Back
Top