// ==UserScript==
// @name emotes for fine dining
// @namespace http://use.i.E.your.homepage/
// @version 6.2
// @description Raw memes
// @match http://instasynch.com/rooms/KitchenHell
// @grant none
// @copyright 2014
// @downloadURL https://update.greasyfork.icu/scripts/3950/emotes%20for%20fine%20dining.user.js
// @updateURL https://update.greasyfork.icu/scripts/3950/emotes%20for%20fine%20dining.meta.js
// ==/UserScript==
// emote script for greasemonkey or tampermonkey.
// $codes[""] = \'
\'; \
// KitchenHell's emotes
// by Rhaggs (Credit to froggyfrog for the the HUGE copy pasta)
var script = document.createElement('script');
script.setAttribute("type", "application/javascript");
script.textContent = ' \
setTimeout(function(){ /*alert("abc"); */ \
$codes["raw"] = \'
\'; \
$codes["giveup"] = \'
\'; \
$codes["dumbo"] = \'
\'; \
$codes["yes"] = \'
\'; \
$codes["comeon"] = \'
\'; \
$codes["amy"] = \'
\'; \
$codes["bb"] = \'
\'; \
$codes["open"] = \'
\'; \
$codes["unf"] = \'
\'; \
$codes["stop"] = \'
\'; \
$codes["gey"] = \'
\'; \
$codes["raj"] = \'
\'; \
$codes["matty"] = \'
\'; \
$codes["jp"] = \'
\'; \
$codes["hadenuf"] = \'
\'; \
$codes["queen"] = \'
\'; \
$codes["omg"] = \'
\'; \
$codes["cold"] = \'
\'; \
$codes["out"] = \'
\'; \
}, 1500);'
;
document.head.appendChild(script);