Skip to content

Instantly share code, notes, and snippets.

@qunwang6
Forked from dimlau/Bing Translate Bookmarklet
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qunwang6/163c4f332c7febecde37 to your computer and use it in GitHub Desktop.
Save qunwang6/163c4f332c7febecde37 to your computer and use it in GitHub Desktop.
javascript:(function(){script=document.createElement('script');script.src='http://dict.bing.com.cn/cloudwidget/Scripts/Generated/BingTranslate_Hover_Phrase_Selection_ShowIcon.js';script.onload=INIT;document.body.appendChild(script);})();function INIT(){BingCW.Init({MachineTranslation:true,WebDefinition:true});}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment