Follow these steps to use the words bookmarklet as-is without customization:
- Go to the Bookmark Manager.
- Right-click on the Bookmarks Bar folder and choose Add Page.
- Type wordsthe name field.
- Pate this bookmarklet code in the URL field:
javascript:(function(src, cb)%7Bvar s %3D document.createElement(%27script%27)%3Bs.charset %3D %27UTF-8%27%3Bdocument.body.insertBefore(s, document.body.firstChild)%3Bs.src %3D src%3Bif(typeof cb %3D%3D%3D %27function%27)%7Bs.onload %3D cb%3Bs.onreadystatechange %3D function()%7B(/loaded%7Ccomplete/).test(s.readyState)%26%26cb(s)%3B%7D%3B%7Dreturn s%3B%7D(%27https://cdn.rawgit.com/terrorbox/words/613bc63433eb0ea346651e3d9d11bbb3fc577e8a/words.js%27, function(e)%7B%7D))