Skip to content

Commit

Permalink
Deploying to gh-pages from @ c6493bf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaTiemsz committed Aug 8, 2024
1 parent 8684f74 commit 78df75d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
3 changes: 3 additions & 0 deletions index.24215319.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.24215319.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions index.55d4eb44.js

This file was deleted.

1 change: 0 additions & 1 deletion index.55d4eb44.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions index.a08ce7a0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.a08ce7a0.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions index.ff80bb8d.js

This file was deleted.

1 change: 0 additions & 1 deletion index.ff80bb8d.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>Discord Emoji Downloader</title><meta name="author" content="Tiemen"><meta name="description" content="Get all emojis from a server in a ZIP file."><meta name="keywords" content="discord, emoji, emojis, discordapp, discord app, emoji downloader, download emoji"><meta name="theme-color" content="#7289DA"><meta property="og:title" content="Discord Emoji Downloader"><meta property="og:description" content="Get all emojis from a server in a ZIP file."><meta property="og:type" content="website"><meta property="og:url" content="https://thatiemsz.github.io/Discord-Emoji-Downloader/"><link rel="stylesheet" type="text/css" href="index.42f21e3c.css"><link rel="stylesheet" type="text/css" href="index.7ef22a02.css"><link rel="manifest" href="manifest.webmanifest"></head><body> <div class="container inverted padded raised segment text ui very"> <h1 class="header ui">Discord Emoji Downloader</h1> <div class="inverted menu pointing secondary ui"> <a class="active item" data-tab="default">Default</a> <a class="item" data-tab="manual">Manual</a> </div> <div class="active inverted segment tab ui" id="default-1" data-tab="default"> <div class="message ui warning"> <i class="close icon"></i> <div class="header"> Warning: be careful, sharing your user token can be dangerous! </div> This page does not use your user token in any harmful way and only uses it to authenticate with Discord, fetch your server list and their emojis.<br> (<a href="https://github.com/ThaTiemsz/Discord-Emoji-Downloader" target="_blank">Source can be found here</a>) </div> <form class="form inverted ui"> <div class="field"> <label>User Token <a href="#" id="tokenHelp">(?)</a> </label> <input type="password" name="token" id="token" placeholder="mfa.ABcd1e2Fgh3i-jKlmnoPQRstu4VWx4yz5A6b7cDEFGhiJk8LmNOPqR_sSTUV9XyzabcdeF0Xd"> </div> <button name="continue" id="continue" class="button ui">Continue</button> </form> </div> <div class="inverted segment tab ui" id="default-2" data-tab="default-hide"> <form class="form inverted ui"> <div class="field"> <label>Server</label> <div class="dropdown fluid search selection ui" id="server-select"> <input type="hidden" name="server"> <i class="dropdown icon"></i> <div class="default text">Select Server</div> </div> </div> <div class="field" id="emojis"> <label>Select emojis <span id="emojicount"></span></label> <div class="dropdown fluid multiple search selection ui" id="emoji-select"> <input type="hidden" name="emojis"> <i class="dropdown icon"></i> <div class="default text">Select Emojis</div> </div> </div> <div class="field" id="emojis2"> <label>Select emojis <span id="emojicount2"></span></label> <div class="dropdown fluid multiple search selection ui" id="emoji-select2"> <input type="hidden" name="emojis2"> <i class="dropdown icon"></i> <div class="default text">Select Emojis</div> </div> </div> <div class="field" id="stickers"> <label>Select stickers <span id="stickercount"></span></label> <div class="dropdown fluid multiple search selection ui" id="sticker-select"> <input type="hidden" name="stickers"> <i class="dropdown icon"></i> <div class="default text">Select Sticker</div> </div> </div> <div class="field"> <button name="submit" id="submit" class="button primary ui">Submit</button> </div> </form> </div> <div class="inverted segment tab ui" id="manual" data-tab="manual"> <p>Make a GET request to <code>https://discordapp.com/api/v6/guilds/:id</code>, with <code>:id</code> being the server ID, also make sure you're authorised with your user token. Then copy paste the response JSON data in the textarea below <i>(in which an example is placed)</i>.</p> <p> </p><div class="form inverted ui"> <div class="field"> <label>Guild Object</label> <div id="editor" style="height:350px;width:100%"></div> </div> <div class="field"> <button name="submit" id="submit" class="button primary ui">Submit</button> </div> </div> <p></p> </div> <div id="messages"> <div class="icon message ui" id="loading"> <i class="circle icon loading notched"></i> <div class="content"> <div class="header" id="loading-header"> Just a moment </div> <p id="loading-msg">Collecting the emojis for you.</p> </div> </div> <div class="icon message success ui" id="success"> <i class="icon smile"></i> <div class="content"> <div class="header" id="success-header"> We found them! </div> <p id="success-msg">Found <strong id="emoji-count">NaN</strong> emojis and <strong id="sticker-count">NaN</strong> stickers which are packed in a ZIP file above.</p> </div> </div> <div class="error icon message ui" id="error"> <i class="circle icon warning"></i> <div class="content"> <div class="header" id="error-header"> An error occured </div> <p id="error-msg"></p> </div> </div> </div> <div class="basic modal ui"> <div class="header icon ui"> How to get your user token </div> <div class="content"> <p> </p><ul> <li>Open the Discord desktop app or login on the Discord website <a href="https://discord.com/app" target="_blank">here</a></li> <li>Open the Chrome Dev Tools with the keyboard shortcut <pre>F12</pre> or <pre>Ctrl + Shift + I</pre></li> <li>Go to the <strong>Network</strong> tab</li> <li>Click the <strong>XHR</strong> button to filter to XHR requests only</li> <li>Do any action in Discord like <strong>opening a channel</strong></li> <li>Click the <strong>science</strong> request that shows up in the list</li> <li>Go to the <strong>Headers</strong> tab</li> <li>Find <strong>authorization</strong> under <strong>Request Headers</strong> and copy your token (make sure you copy the entire token and don't copy any spaces)</li> </ul> <img src="https://i.imgur.com/2E6yB21.png" class="image ui"> <p></p> </div> <div class="actions"> <div class="button green inverted ok ui"> <i class="checkmark icon"></i> Got it </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.8/ace.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.8/mode-json.js"></script> <script src="index.abc02158.js"></script> <script src="index.13ccfe2d.js"></script> <script type="module" src="index.55d4eb44.js"></script><script src="index.ff80bb8d.js" nomodule defer></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>Discord Emoji Downloader</title><meta name="author" content="Tiemen"><meta name="description" content="Get all emojis from a server in a ZIP file."><meta name="keywords" content="discord, emoji, emojis, discordapp, discord app, emoji downloader, download emoji"><meta name="theme-color" content="#7289DA"><meta property="og:title" content="Discord Emoji Downloader"><meta property="og:description" content="Get all emojis from a server in a ZIP file."><meta property="og:type" content="website"><meta property="og:url" content="https://thatiemsz.github.io/Discord-Emoji-Downloader/"><link rel="stylesheet" type="text/css" href="index.42f21e3c.css"><link rel="stylesheet" type="text/css" href="index.7ef22a02.css"><link rel="manifest" href="manifest.webmanifest"></head><body> <div class="container inverted padded raised segment text ui very"> <h1 class="header ui">Discord Emoji Downloader</h1> <div class="inverted menu pointing secondary ui"> <a class="active item" data-tab="default">Default</a> <a class="item" data-tab="manual">Manual</a> </div> <div class="active inverted segment tab ui" id="default-1" data-tab="default"> <div class="message ui warning"> <i class="close icon"></i> <div class="header"> Warning: be careful, sharing your user token can be dangerous! </div> This page does not use your user token in any harmful way and only uses it to authenticate with Discord, fetch your server list and their emojis.<br> (<a href="https://github.com/ThaTiemsz/Discord-Emoji-Downloader" target="_blank">Source can be found here</a>) </div> <form class="form inverted ui"> <div class="field"> <label>User Token <a href="#" id="tokenHelp">(?)</a> </label> <input type="password" name="token" id="token" placeholder="mfa.ABcd1e2Fgh3i-jKlmnoPQRstu4VWx4yz5A6b7cDEFGhiJk8LmNOPqR_sSTUV9XyzabcdeF0Xd"> </div> <button name="continue" id="continue" class="button ui">Continue</button> </form> </div> <div class="inverted segment tab ui" id="default-2" data-tab="default-hide"> <form class="form inverted ui"> <div class="field"> <label>Server</label> <div class="dropdown fluid search selection ui" id="server-select"> <input type="hidden" name="server"> <i class="dropdown icon"></i> <div class="default text">Select Server</div> </div> </div> <div class="field" id="emojis"> <label>Select emojis <span id="emojicount"></span></label> <div class="dropdown fluid multiple search selection ui" id="emoji-select"> <input type="hidden" name="emojis"> <i class="dropdown icon"></i> <div class="default text">Select Emojis</div> </div> </div> <div class="field" id="emojis2"> <label>Select emojis <span id="emojicount2"></span></label> <div class="dropdown fluid multiple search selection ui" id="emoji-select2"> <input type="hidden" name="emojis2"> <i class="dropdown icon"></i> <div class="default text">Select Emojis</div> </div> </div> <div class="field" id="stickers"> <label>Select stickers <span id="stickercount"></span></label> <div class="dropdown fluid multiple search selection ui" id="sticker-select"> <input type="hidden" name="stickers"> <i class="dropdown icon"></i> <div class="default text">Select Sticker</div> </div> </div> <div class="field"> <button name="submit" id="submit" class="button primary ui">Submit</button> </div> </form> </div> <div class="inverted segment tab ui" id="manual" data-tab="manual"> <p>Make a GET request to <code>https://discordapp.com/api/v6/guilds/:id</code>, with <code>:id</code> being the server ID, also make sure you're authorised with your user token. Then copy paste the response JSON data in the textarea below <i>(in which an example is placed)</i>.</p> <p> </p><div class="form inverted ui"> <div class="field"> <label>Guild Object</label> <div id="editor" style="height:350px;width:100%"></div> </div> <div class="field"> <button name="submit" id="submit" class="button primary ui">Submit</button> </div> </div> <p></p> </div> <div id="messages"> <div class="icon message ui" id="loading"> <i class="circle icon loading notched"></i> <div class="content"> <div class="header" id="loading-header"> Just a moment </div> <p id="loading-msg">Collecting the emojis for you.</p> </div> </div> <div class="icon message success ui" id="success"> <i class="icon smile"></i> <div class="content"> <div class="header" id="success-header"> We found them! </div> <p id="success-msg">Found <strong id="emoji-count">NaN</strong> emojis and <strong id="sticker-count">NaN</strong> stickers which are packed in a ZIP file above.</p> </div> </div> <div class="error icon message ui" id="error"> <i class="circle icon warning"></i> <div class="content"> <div class="header" id="error-header"> An error occured </div> <p id="error-msg"></p> </div> </div> </div> <div class="basic modal ui"> <div class="header icon ui"> How to get your user token </div> <div class="content"> <p> </p><ul> <li>Open the Discord desktop app or login on the Discord website <a href="https://discord.com/app" target="_blank">here</a></li> <li>Open the Chrome Dev Tools with the keyboard shortcut <pre>F12</pre> or <pre>Ctrl + Shift + I</pre></li> <li>To enable the ability to paste in the console you might need to type "<code style="-webkit-user-select:all;user-select:all">allow pasting</code>"</li> <li>Paste and execute the following snippet: <code style="-webkit-user-select:all;user-select:all">(webpackChunkdiscord_app.push([[''],{},e=&gt;{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=&gt;m?.exports?.default?.getToken!==void 0).exports.default.getToken()</code></li> <li>Your token will be returned at the bottom of the console. Copy the contents between "". This is your self token.</li> </ul> <p></p> </div> <div class="actions"> <div class="button green inverted ok ui"> <i class="checkmark icon"></i> Got it </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.8/ace.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.8/mode-json.js"></script> <script src="index.abc02158.js"></script> <script src="index.13ccfe2d.js"></script> <script type="module" src="index.a08ce7a0.js"></script><script src="index.24215319.js" nomodule defer></script> </body></html>

0 comments on commit 78df75d

Please sign in to comment.