mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
miss me with that analytics shit
This commit is contained in:
parent
204e49e124
commit
4e7807025e
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@
|
|||
|
||||
window.reload = () => { app.relaunch(); app.exit(); };
|
||||
|
||||
// disable analytics
|
||||
$api.util.findFuncExports("AnalyticEventConfigs").default.track = () => {};
|
||||
|
||||
// enable experiments
|
||||
$api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue