Skip to content

Instantly share code, notes, and snippets.

View fizyk20's full-sized avatar

Bartłomiej Kamiński fizyk20

View GitHub Profile
@fizyk20
fizyk20 / Texify-Mathjax.js
Last active July 4, 2018 12:42 — forked from goatandsheep/Texify-Mathjax.js
[Deprecated] A Tampermonkey / Greasemonkey script that turns LaTeX code on page into mathematical symbols using MathJax
// ==UserScript==
// @name TeXify the World MathJax
// @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 *
// ==/UserScript==
var script = document.createElement("script");
script.type = "text/javascript";