Fix the issue of mathematical expressions displaying as "Math input error"
// ==UserScript==
// @name Fix AP Classroom Math Input Error
// @namespace Violentmonkey Scripts
// @match *://apclassroom.collegeboard.org/*
// @grant none
// @version 1.0
// @author CyrilSLi
// @description Fix the issue of mathematical expressions displaying as "Math input error"
// @license MIT
// ==/UserScript==
window.MathJax = {
version: "3.2.2",
typesetPromise: () => {}
};