// ==UserScript==
// @name emotes for fine dining
// @namespace http://use.i.E.your.homepage/
// @version 6
// @description Either go Raw or go home.
// @match http://instasynch.com/rooms/KitchenHell
// @grant none
// @copyright 1946
// @downloadURL none
// ==/UserScript==
// emote script for greasemonkey or tampermonkey.
// version 2.0
// KitchenHell's emotes
// by Rhaggs (Credit to froggyfrog for the the HUGE copy pasta)
var script = document.createElement('script');
mlg.setAttribute("type", "application/javascript");
mlg.textContent = 'setTimeout(function(){ \
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);