Rushnerd

Custom Emotes

As of 27. 08. 2014. See the latest version.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Rushnerd
// @namespace    http://use.i.E.your.homepage/
// @version      1.3
// @description  Custom Emotes
// @match        http://instasynch.com/rooms/rushnerd
// @grant        none
// @copyright    2014
// ==/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"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["doge"] = \'<img src="http://i.imgur.com/Bo8EnVS.png">\'; \
        $codes["beer"] = \'<img src="http://i.imgur.com/bKn7Tss.jpg">\'; \
        $codes["reggie"] = \'<img src="http://i.imgur.com/q8ePnFW.png">\'; \
        $codes["gabe"] = \'<img src="http://i.imgur.com/wElsavt.png">\'; \
        $codes["lain"] = \'<img src="http://i.imgur.com/OiH6MLz.gif" width="60" height="60">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
        $codes["emotename"] = \'<img src="http://www.imgur.com/">\'; \
	}, 1500);'
        ;
 
document.body.appendChild(script);