Custom Emotes
目前為
// ==UserScript==
// @name Rushnerd
// @namespace http://use.i.E.your.homepage/
// @version 1.5
// @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["cod"] = \'<img src="http://i.imgur.com/Bo8EnVS.png">\'; \
$codes["beer"] = \'<img src="http://i.imgur.com/PbjjZNH.jpg" width="60" height="60">\'; \
$codes["reggie"] = \'<img src="http://i.imgur.com/6NTEerN.png" width="60" height="60">\'; \
$codes["gabe"] = \'<img src="http://i.imgur.com/8Fl0LgE.png">\'; \
$codes["lain"] = \'<img src="http://i.imgur.com/OiH6MLz.gif" width="60" height="60">\'; \
$codes["high5"] = \'<img src="http://i.imgur.com/5HGqgOI.gif" width="60" height="60">\'; \
$codes["happy"] = \'<img src="http://i.imgur.com/CFgU0Fg.jpg" width="60" height="60">\'; \
$codes["coon"] = \'<img src="http://i.imgur.com/inPDtzG.jpg" width="60" height="60">\'; \
$codes["sleep"] = \'<img src="http://i.imgur.com/6pesFxP.jpg" width="60" height="60">\'; \
$codes["fat"] = \'<img src="http://i.imgur.com/XVn1OVl.png" width="60" height="60">\'; \
$codes["coonface"] = \'<img src="http://i.imgur.com/lTk4T9p.jpg" width="60" height="60">\'; \
$codes["fap"] = \'<img src="http://i.imgur.com/qdc64WS.jpg" width="60" height="60">\'; \
$codes["kiss"] = \'<img src="http://i.imgur.com/mPJYIjD.jpg" width="60" height="60">\'; \
$codes["grin"] = \'<img src="http://i.imgur.com/NOV18ZB.gif" width="60" height="60">\'; \
$codes["computer"] = \'<img src="http://i.imgur.com/h0WHExY.gif" width="60" height="60">\'; \
$codes["bearsuit"] = \'<img src="http://i.imgur.com/WvNRaEy.gif" width="60" height="60">\'; \
$codes["sanic"] = \'<img src="http://i.imgur.com/jzyAnhX.png" width="60" height="60">\'; \
$codes["mysides"] = \'<img src="http://i.imgur.com/U5bwIzm.png" width="60" height="60">\'; \
$codes["annoy"] = \'<img src="http://i.imgur.com/oFvTMnF.jpg" width="60" height="60">\'; \
$codes["brock"] = \'<img src="http://i.imgur.com/b6YCnEh.jpg" width="60" height="60">\'; \
$codes["datass"] = \'<img src="http://i.imgur.com/WyL1dCR.png" width="60" height="60">\'; \
$codes["furry"] = \'<img src="http://i.imgur.com/61TNGXO.jpg" width="60" height="60">\'; \
$codes["umad"] = \'<img src="http://i.imgur.com/ev8HaOz.jpg" width="60" height="60">\'; \
$codes["doge"] = \'<img src="http://i.imgur.com/iIcv9ot.jpg" width="60" height="60">\'; \
$codes["bill"] = \'<img src="http://i.imgur.com/dXyz0WX.gif" width="60" height="60">\'; \
$codes["usad"] = \'<img src="http://i.imgur.com/6TArzzc.jpg" width="60" height="60">\'; \
$codes["roll"] = \'<img src="http://i.imgur.com/VUSUBRd.gif" width="60" height="60">\'; \
$codes["eat"] = \'<img src="http://i.imgur.com/Ef5JYWO.gif" width="60" height="60">\'; \
$codes["roll"] = \'<img src="http://i.imgur.com/VUSUBRd.gif" width="60" height="60">\'; \
$codes["party"] = \'<img src="http://i.imgur.com/GLNQmF0.jpg" width="60" height="60">\'; \
$codes["dance"] = \'<img src="http://i.imgur.com/0kSBnoU.gif" width="60" height="60">\'; \
$codes["nom"] = \'<img src="http://i.imgur.com/Lx7I2t7.gif" width="60" height="60">\'; \
$codes["daddycool"] = \'<img src="http://i.imgur.com/u2L7kcT.gif" width="60" height="60">\'; \
$codes["boogie"] = \'<img src="http://i.imgur.com/IEKY8eG.gif" width="60" height="60">\'; \
}, 1500);'
;
document.body.appendChild(script);