Skip to content

Instantly share code, notes, and snippets.

@mcenirm
Created December 2, 2016 02:58
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 mcenirm/87e5b943c557d0cf7c8dc1d1abafa968 to your computer and use it in GitHub Desktop.
Save mcenirm/87e5b943c557d0cf7c8dc1d1abafa968 to your computer and use it in GitHub Desktop.
bookmarklet for wordhippo
javascript:var%20s=document.selection?document.selection.createRange().text:window.getSelection?window.getSelection().toString():document.getSelection?document.getSelection():%27%27;window.open(%27http:%2f%2fwww.wordhippo.com%2f%27+(s?(%27what-is%2fanother-word-for%2f%27+s.toLowerCase()+%27.html%27):%27%27))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment