Skip to content

Instantly share code, notes, and snippets.

View devcuongnguyen's full-sized avatar
🚀
Working from home

Cuong Nguyen devcuongnguyen

🚀
Working from home
  • 00:27 (UTC +07:00)
View GitHub Profile
@devcuongnguyen
devcuongnguyen / get-discord-token-from-browser.md
Created March 4, 2025 17:50 — forked from MarvNC/get-discord-token-from-browser.md
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

  • Open the browser console with F12 or Ctrl + Shift + I.
  • Go to the network tab
  • Filter by Fetch/XHR
  • Choose a request that isn't an error (if there aren't any, click on a channel or server to trigger some requests.)
  • You'll find your discord token under the request headers -> authorization section. Copy and paste it from there.

image

@devcuongnguyen
devcuongnguyen / AdbCommands
Created January 18, 2024 15:45 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader