// ==UserScript== // @name Other emotes oh who cares // @namespace http://firefox.had.tabs.first/ // @version 10.0 // @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 // Bob Ross 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["trash"] = \'\'; \ $codes["dickpic"] = \'\'; \ $codes["digimon"] = \'\'; \ $codes["lucario"] = \'\'; \ $codes["clg"] = \'\'; \ $codes["hey_baby_ever_heard_of_spaghetti?"] = \'\'; \ $codes["bye"] = \'\'; \ $codes["anime"] = \'\'; \ $codes["goatboy"] = \'\'; \ $codes["asriel"] = \'\'; \ $codes["booby"] = \'\'; \ $codes["FOREBODEN"] = \'\'; \ $codes["determination"] = \'\'; \ $codes["alphys"] = \'\'; \ $codes["soul"] = \'\'; \ }, 1500);' ; document.body.appendChild(script);