/*
* @title Word Search
* @description Search your selection with Wordnik
* @include http://*
* @license MIT License
* @require
*/
location.href = 'http://www.wordnik.com/words/' + encodeURIComponent(document.getSelection().toString());