Greasemonkey script to disable emoticons in Jira

If you’re using Jira, you’ve seen it take your SQL and mangle it into emoticon nonsense:

jira-emoticon

Here is a simple greasemonkey script to undo this madness. It is enabled for all urls that match “jira” (you may need to change this to match your installation). It walks through the DOM looking for img elements with the ‘emoticon’ class, and replaces them with a text node. May your journey be free from extraneous gold stars, forevermore.

This entry was posted in Technical HOWTOs and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Additional comments powered by BackType