Custom Emotes

By Zikes Last update Sep 9, 2005 — Installed 1,961 times.
// ==UserScript==
// @name          Custom Emotes
// @namespace     http://www.thezikes.com
// @description	  Allows the use of custom emotes in dAmn
// @include       http://chat.deviantart.com/*
// ==/UserScript==

var script = document.createElement("script");
script.src = "http://www.thezikes.com/emotescript.asp?"+new Date().getDate();
document.getElementsByTagName("head")[0].appendChild(script);