/*
* @title KYM
* @description multilingual slang/meme search on KnowYourMeme
* @include http://*
* @license MIT License http://nrm.mit-license.org/2012
* @require
*/
(function () {
var meme;
if(!(meme = prompt('What does it mean?'))) return;
location.href = 'http://knowyourmeme.com/search?utf8=%E2%9C%93&q=' + encodeURIComponent(meme);
})();