Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devyukine/discord-authorization-helper
A helper userscript which makes the Discord Authorization Page nicer c:
https://github.com/devyukine/discord-authorization-helper
discord userscript
Last synced: 2 months ago
JSON representation
A helper userscript which makes the Discord Authorization Page nicer c:
- Host: GitHub
- URL: https://github.com/devyukine/discord-authorization-helper
- Owner: DevYukine
- License: mit
- Created: 2020-12-13T22:43:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T23:50:29.000Z (about 4 years ago)
- Last Synced: 2023-03-02T23:16:26.026Z (almost 2 years ago)
- Topics: discord, userscript
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Discord Authorization Helper
A helper userscript which makes the Authorization Page nicer c:
## Features
- [x] Remove `guilds.join` scope from authorization
- [x] Remove `email` scope from authorization (disabled by default)
- [x] adds `&prompt=none` to skip authorization for application you already authorized once before (disabled by default)## Installation
1. Make sure you have user scripts enabled in your browser (these instructions refer to the latest versions of the browser):
* Firefox - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=firefox).
* Chrome - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=chrome).
* Opera - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=opera).
* Safari - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=safari).
* Dolphin - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=dolphin).
* UC Browser - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=ucweb).2. Go [here](https://github.com/DevYukine/discord-authorization-helper/raw/main/discord-authorization-helper.user.js) and click `install`.