feat(nitroBypass): add sticker bypass (#184)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Nico 2022-11-07 22:23:34 +01:00 committed by GitHub
parent d69dfd6205
commit 7d5ade21fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 307 additions and 55 deletions

2
src/globals.d.ts vendored
View file

@ -21,7 +21,7 @@ declare global {
/**
* This exists only at build time, so references to it in patches should insert it
* via String interpolation OR use different replacement code based on this
* but NEVER refrence it inside the patched code
* but NEVER reference it inside the patched code
*
* @example
* // BAD