Skip to content

Instantly share code, notes, and snippets.

@bassup
bassup / stackexchange-chatjax.user.js
Last active August 11, 2017 16:49
GreaseMonkey script for rendering ChatJax automatically on stackexchange.com chat sites (like Physics or Math)
// ==UserScript==
// @name ChatJax
// @namespace http://stackexchange.com/
// @description Rendering ChatJax
// @include http://chat.stackexchange.com/*
// @author Bass
// @license Beerware
// @version 1
// @grant GM_addStyle
// ==/UserScript==