@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("chat.deviantart.com") {

/* find the url and place it before the [link] */
.damncrc-chat a[href^="http:"]:after { content:' "'attr(href)'" ' !important; }

/* find all deviantART links and remove that url, it keeps the emotes clean and it's also safe to click them. */
.damncrc-chat a[href*="deviantart.com"]:after { content:"" !important; }

}