Discord/Shelter plugin to bypass ID verification. Mirror ->
https://github.com/iraizo/shelter-bypass-id
| plugins/bypass-id | ||
| .gitignore | ||
| bun.lock | ||
| lune.config.js | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| README.md | ||
bypass-id
A Discord/Shelter plugin intended to bypass the ID verification on age-gated channels, with the intention to protect the users privacy.
How to install
- Install Shelter.
- Go to User Settings -> (Shelter) Settings -> Add Plugin.
- Fill out the fields (
name,author,description), they do not have to be correct. - Paste the file contents from
./plugins/bypass-id/index.jsxinto thecodefield. - Click
Add. - ???
- Profit.
Notes
Caution
The plugin currently has a hardcoded header
X-Super-Propertiesvalue, which is documented here. To prevent getting flagged/banned I suggest to at least replace this with one of your ownX-Super-Propertiesvalue from the Network inspector of your client/browser by looking at discord requests, and checking the request headers for the header.
Due to the nature of the data stored inside the header this value should change on each request, but fuck it.