This is a BetterDiscord plugin for stopping Discord tracking
- Download the plugin StopTracking.plugin.js (Ctrl+S)
- Open your plugins folder: BetterDiscord Settings -> Plugins -> Click on the button next to the heading
- Move the downloaded file there
- Activate the plugin in the BetterDiscord plugin menu
The plugin
- blocks requests to the /science endpoint
- blocks requests to sentry.io
- removes tracking headers like
'X-Super-Properties', 'X-Track', and 'X-Fingerprint'
You can open the developer console (after you activated it in BetterDiscord settings) and look at the 'Network' tab. There shouldn't be any requests made to the science endpoint.
For checking the headers, click on any non-asset (e.g. no image) request and look at the bottom of 'Request Headers'. There shouldn't be the headers mentioned above.
Probably not as this plugin modifies global functions which is prohibited in the Plugin Guidelines.
No, this plugin
- does not block the Process Monitor.
- does block request headers, which 'DoNotTrack' doesn't.