Skip to content

Instantly share code, notes, and snippets.

View renzoscriber's full-sized avatar
🏠
Working from home

Sofia Scriber renzoscriber

🏠
Working from home
View GitHub Profile
@renzoscriber
renzoscriber / add_mathjax.js
Created April 22, 2022 13:30 — forked from neighthan/add_mathjax.js
Tampermonkey User Script to add MathJax to, e.g., Trello
// ==UserScript==
// @name MathJax
// @namespace http://tampermonkey.net/
// @version 2.0
// @description Add Mathjax to webpages
// @author Nathan Hunt
// @match https://trello.com/*
// @grant none
// ==/UserScript==