From 6dd27bc0a184efa99e6004800c1ee1063ff520d6 Mon Sep 17 00:00:00 2001 From: Tobias Wilson <165577429+ilytobias@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:05:07 -0700 Subject: [PATCH] Update revealer.user.js --- cheats/revealer.user.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cheats/revealer.user.js b/cheats/revealer.user.js index 0dad122..1077e5e 100644 --- a/cheats/revealer.user.js +++ b/cheats/revealer.user.js @@ -1,3 +1,10 @@ +// @version 1.0 +// @description Khan hack +// @author IlyTobias (github@ilytobias) +// @match https://*.khanacademy.org/* +// @grant none +// ==/UserScript== + if (typeof originalParse === "undefined") { window.originalParse = JSON.parse; }