Last active
January 29, 2016 19:14
-
-
Save dbanet/81836795501858b78535 to your computer and use it in GitHub Desktop.
Force old MathJax version on MSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Force old MathJax version on MSE | |
// @namespace https://gist.github.com/dbanet | |
// @description Please make sure you use AdBlock to blacklist ``*beta.mathjax.org/mathjax/latest/MathJax.js*'' | |
// @include *math.stackexchange.com* | |
// ==/UserScript== | |
script=document.createElement("script"); | |
script.src="//cdn.mathjax.org/mathjax/2.5-latest/MathJax.js?config=TeX-AMS_HTML-full"; | |
document.head.appendChild(script); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more information, proceed to the Meta.