// ==UserScript==
// @name Emotes for GordonRamsey
// @namespace http://tampermonkey.net/
// @version 0.6
// @description More to come!
// @author MasterBateman
// @match http://instasync.com/r/*
// @grant none
// @downloadURL https://update.greasyfork.icu/scripts/38263/Emotes%20for%20GordonRamsey.user.js
// @updateURL https://update.greasyfork.icu/scripts/38263/Emotes%20for%20GordonRamsey.meta.js
// ==/UserScript==
// emote script for greasemonkey or tampermonkey.
// $codes[""] = \'
\'; \
// GordonRamsey's emotes
// by MasterBateman (Credit to froggyfrog for the the HUGE copy pasta)
// based of KitchenHell's emotes by Rhaggs, the redundants and broken links have been removed
// Make instasynch great again!
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["lamb"] = \'
\'; \
$codes["jp"] = \'
\'; \
$codes["hadenuf"] = \'
\'; \
$codes["red"] = \'
\'; \
$codes["omg"] = \'
\'; \
$codes["cold"] = \'
\'; \
$codes["out"] = \'
\'; \
$codes["blue"] = \'
\'; \
$codes["ramsey"] = \'
\'; \
$codes["sadsy"] = \'
\'; \
$codes["fuck"] = \'
\'; \
$codes["wtf"] = \'
\'; \
}, 1500);'
;
document.head.appendChild(script);