Skip to content

Instantly share code, notes, and snippets.

View kidwai's full-sized avatar

Mohammad Kidwai kidwai

  • Toronto, Ontario
View GitHub Profile
@kidwai
kidwai / Texify-Mathjax.js
Created August 29, 2017 20:36 — 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";