From 4e7807025ec692dcfe9dcdc70ef0a09d720b0ea9 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 24 Apr 2018 23:28:54 -0400 Subject: [PATCH] miss me with that analytics shit --- shared.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared.js b/shared.js index 27058cc..6b65033 100644 --- a/shared.js +++ b/shared.js @@ -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);