mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
fuck my life
This commit is contained in:
parent
202572103c
commit
99976473dd
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
// hijack the crash handler
|
// hijack the crash handler
|
||||||
// TODO: make this less ugly
|
// 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');
|
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()
|
// crash whatever was calling render()
|
||||||
throw 'render abort';
|
throw 'render abort';
|
||||||
|
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// disable analytics
|
// disable analytics
|
||||||
$api.util.findFuncExports("AnalyticEventConfigs").default.track = () => { };
|
$api.util.findFuncExports("AnalyticEventConfigs").default.track = () => { };
|
||||||
|
|
Loading…
Reference in a new issue