Custom Emotes
目前為
// ==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
// ==/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["coon"] = \'<img src="http://i.imgur.com/bKn7Tss.jpg">\'; \
}, 1500);'
;
document.body.appendChild(script);