This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // based on peterthehan's gist - with updated scraping logic and per-emote logging | |
| // ------------------------------------------------------------------------------- | |
| // 0. Open Discord's web client | |
| // 1. Visit the server whose emojis you want | |
| // 2. Open the emoji picker UI and keep it open | |
| // 3. Minimize the page's zoom so that as many emojis load into the picker as possible | |
| // 4. Open the browser's DevTools (press F12) > Elements tab | |
| // 5. Use the element picker tool to select the server's emoji list header | |
| // 6. Find the section that highlights the emojis you want when hovering over the element "<div class="categorySection_.." | |
| // 7. Right click the element and Copy > Copy Element |