Skip to content

Instantly share code, notes, and snippets.

@dbanet
Last active January 29, 2016 19:14
Show Gist options
  • Save dbanet/81836795501858b78535 to your computer and use it in GitHub Desktop.
Save dbanet/81836795501858b78535 to your computer and use it in GitHub Desktop.
Force old MathJax version on MSE
// ==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);
@dbanet
Copy link
Author

dbanet commented Sep 26, 2015

For more information, proceed to the Meta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment