// ==UserScript== // @name Rushnerd // @namespace http://use.i.E.your.homepage/ // @version 1.0 // @description Custom Emotes // @match http://instasynch.com/rooms/rushnerd // @grant none // @copyright 2014 // @downloadURL none // ==/UserScript== // emote script for greasemonkey or tampermonkey. // emotes // by var script = document.createElement('script'); script.setAttribute("type", "application/javascript"); script.textContent = ' \ setTimeout(function(){ \ $codes["emotename"] = \'\'; \ $codes["coon"] = \'\'; \ }, 1500);' ; document.body.appendChild(script);