Skip to content

Instantly share code, notes, and snippets.

View j0k34sec's full-sized avatar
🎯
Focusing

J0K34 j0k34sec

🎯
Focusing
View GitHub Profile
@j0k34sec
j0k34sec / quest_completer.js
Last active January 13, 2026 20:49
first powershell command for enabling dev mode in discord and second one is a js code to complete discord quest automaticly
// Discord Quest Completer Script
// Automatically accepts and completes quests in Discord Desktop via DevTools
// Warning: Use at your own risk. May violate TOS.
// Helper function to sleep
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
// Extract webpack modules
delete window.$;
let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, (r) => r]);