Skip to content

Instantly share code, notes, and snippets.

View Zaikonurami's full-sized avatar
πŸ₯
Purrrfect Furever

Zaiko Zaikonurami

πŸ₯
Purrrfect Furever
View GitHub Profile
@Zaikonurami
Zaikonurami / CompleteDiscordQuest.md
Created September 13, 2025 02:02 — forked from aamiaa/CompleteDiscordQuest.md
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
TypeScript 11 hrs 21 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘ 78.4%
JSON 1 hr 53 mins β–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 13.1%
JavaScript 1 hr 3 mins β–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.3%
Markdown 10 mins β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.2%
Other 0 secs β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.0%
@Zaikonurami
Zaikonurami / init.sh
Last active August 5, 2021 01:12 — forked from SilentJungle399/init.sh
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.11.0-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.11.0-linux-amd64.tar.gz
tar xvzf code-server-3.11.0-linux-amd64.tar.gz
fi
cd code-server-3.11.0-linux-amd64/bin
# ./code-server --install-extension extension.id