// ==UserScript== // @name emotes for fine dining // @namespace http://use.i.E.your.homepage/ // @version 5 // @description Either go Raw or go home. // @match http://instasynch.com/rooms/* // @grant none // @copyright 1946 // @downloadURL none // ==/UserScript== // emote script for greasemonkey or tampermonkey. // version // KitchenHell's emotes // by Rhaggs var script = document.createElement('script'); script.setAttribute("type", "application/javascript"); script.textContent = '/*alert("test");*/ \ 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"] = \'\'; \ }, 1500);' ; document.body.appendChild(script);