Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dubyadude/vrchat-analytics-blocker

A collection of easy to use tools to block analytics collection tailored towards VRChat players
https://github.com/dubyadude/vrchat-analytics-blocker

analytics-blocker blocklist vrchat vrchat-sdk3

Last synced: 9 days ago
JSON representation

A collection of easy to use tools to block analytics collection tailored towards VRChat players

Awesome Lists containing this project

README

        

# VRChat-Analytics-Blocker
Data collection is something users should have the ability to deny. This tool will help with some aspects of that for VRChat.

## How to block analytics
### Method 1 (Run the executable):
- Run the [latest release](https://github.com/DubyaDude/VRChat-Analytics-Blocker/releases/latest) of VRChat-Analytics-Blocker.exe as admin.
- The executable does `Method 2` automatically, adding to Windows's 'hosts' file.

### Method 2 (Manually edit Windows's 'hosts' file):
- Go to C:\Windows\System32\drivers\etc
- Edit the 'hosts' file with a text editor as admin.
- If it doesn't already exist, create a file called 'hosts' (with no file extension).
- Copy and paste everything [here](https://raw.githubusercontent.com/DubyaDude/VRChat-Analytics-Blocker/refs/heads/master/blocklist/hosts.txt) on a new line in the file.
- Save it!

### Method 3 (Adding the blocklist to existing adblocking tools):
- Add the following link to your adblocking tool:

```
https://raw.githubusercontent.com/DubyaDude/VRChat-Analytics-Blocker/refs/heads/master/blocklist/hosts.txt
```

## How to fix VRChat's SDK after blocking analytics
WIP