├── .github └── FUNDING.yml ├── README.md ├── index.js └── manifest.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ['https://paypal.me/eternal404'] 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-modifications/powercord-nsfw-gate-bypass/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-modifications/powercord-nsfw-gate-bypass/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-modifications/powercord-nsfw-gate-bypass/HEAD/manifest.json --------------------------------------------------------------------------------