Skip to content

Instantly share code, notes, and snippets.

View reikolydia's full-sized avatar

Jazereel Goh reikolydia

View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 14, 2025 11:23
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@mlocati
mlocati / win10colors.cmd
Last active March 6, 2025 10:25
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m