From 6e71380afcb0837dd5c15f47161871fb5598edea Mon Sep 17 00:00:00 2001 From: Astra Date: Fri, 27 Apr 2018 20:59:25 -0400 Subject: [PATCH] fuck you so so so so so so much --- shared.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared.js b/shared.js index fcd565d..45d8bb0 100644 --- a/shared.js +++ b/shared.js @@ -75,7 +75,7 @@ // hijack the crash handler // TODO: make this less ugly - $api.util.findFuncExports('CRASH', 'prototype').prototype.render = function () { + /*$api.util.findFuncExports('CRASH', 'prototype').prototype.render = function () { console.error('*** DISCORD CRASH!!! ***\nLOCKING DISPATCH AND HIJACKING PAGE'); @@ -106,7 +106,7 @@ Details may be available in the console (Ctrl+Shift+I), but at this level of cra // crash whatever was calling render() throw 'render abort'; - } + }*/ // disable analytics $api.util.findFuncExports("AnalyticEventConfigs").default.track = () => { };