Skip to content

Instantly share code, notes, and snippets.

View schlichtanders's full-sized avatar

Stephan Sahm schlichtanders

View GitHub Profile
@schlichtanders
schlichtanders / Texify-Mathjax.user.js
Last active February 9, 2016 11:00 — forked from goatandsheep/Texify-Mathjax.js
A Tampermonkey / Greasemonkey script that turns LaTeX code on page into mathematical symbols using MathJax
// ==UserScript==
// @name TeXify the World MathJax
// @namespace
// @version 1.0
// @description Enables MathJax to process LaTeX on all websites. Based off SOUP (Stack Overflow Unofficial Patch) and http://www.math.ucla.edu/~robjohn/math/mathjax.html.
// @include *
// @copyright
// ==/UserScript==
/*
var mathjaxVersion = "http://cdn.mathjax.org";