// ==UserScript==
// @name Other emotes oh who cares
// @namespace http://firefox.had.tabs.first/
// @version 8.9
// @description rip
// @match http://instasync.com/r/shinyobama
// @match http://old.instasync.com/rooms/shinyobama
// @grant none
// @copyright I stol this
// @downloadURL none
// ==/UserScript==
// emote script for greasemonkey or tampermonkey.
// emotes
// by
// Adam Sandler
var script = document.createElement('script');
script.setAttribute("type", "application/javascript");
script.textContent = ' \
setTimeout(function(){ \
$codes["cherry"] = \'
\'; \
$codes["senora"] = \'
\'; \
$codes["video"] = \'
\'; \
$codes["games"] = \'
\'; \
$codes["holdonlittleguy"] = \'
\'; \
$codes["dog"] = \'
\'; \
$codes["meme"] = \'
\'; \
$codes["great"] = \'
\'; \
$codes["horrifying"] = \'
\'; \
$codes["tacticaldog"] = \'
\'; \
$codes["postal3"] = \'
\'; \
$codes["sundowner"] = \'
\'; \
$codes["snakeeater"] = \'
\'; \
$codes["snakeeater"] = \'
\'; \
}, 1500);'
;
document.body.appendChild(script);