Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dubyadude/vrchat-analytics-blocker
- Owner: DubyaDude
- Created: 2020-06-15T06:04:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T23:38:59.000Z (about 1 month ago)
- Last Synced: 2024-10-11T01:18:56.261Z (25 days ago)
- Topics: analytics-blocker, blocklist, vrchat, vrchat-sdk3
- Language: C#
- Homepage:
- Size: 91.8 KB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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