Skip to content

Instantly share code, notes, and snippets.

@NoRePercussions
NoRePercussions / add_mathjax_to_quizlet.js
Last active January 16, 2023 04:46 — forked from neighthan/add_mathjax.js
Tampermonkey User Script to add MathJax to Quizlet
// ==UserScript==
// @name MathJax on Quizlet
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Add Mathjax to Quizlet (except the card editor)
// @author Tucker Shea (based on Nathan Hunt's script)
// @match https://quizlet.com/*
// @grant none
// ==/UserScript==