Custom Emotes

By Zikes Last update Sep 9, 2005 — Installed 1,675 times. Daily Installs: 0, 0, 1, 3, 0, 2, 1, 0, 2, 3, 1, 3, 1, 0, 1, 1, 3, 0, 0, 0, 0, 2, 3, 0, 4, 1, 1, 1, 3, 7, 3, 1
// ==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);