Skip to content

Instantly share code, notes, and snippets.

View dumorando's full-sized avatar
🐢
54ny78as78vfdhuf

dumorando dumorando

🐢
54ny78as78vfdhuf
View GitHub Profile
@dumorando
dumorando / readme.md
Created February 10, 2025 02:22
enable discord experiment tab

enable discord experient tab

just download betterdiscord, enable devtools, go to console and paste this code

let _,a=Object.values,b="getCurrentUser",c="actionHandler",d="_actionHandlers",l="_dispatcher",i="ExperimentStore";webpackChunkdiscord_app.push([[Date.now()],{},e=>{_=e}]),m=a((u=a(_.c).find(e=>e?.exports?.default?.[b]&&e?.exports?.default?.[l]?.[d]).exports.default)[l][d]._dependencyGraph.nodes),u[b]().flags|=1,m.find(e=>"Developer"+i==e.name)[c].CONNECTION_OPEN();try{m.find(e=>i==e.name)[c].OVERLAY_INITIALIZE({user:{flags:1}})}catch{}m.find(e=>i==e.name).storeDidChange()
@dumorando
dumorando / uwu.cgi.js
Created July 26, 2024 21:36
uwu.dumorando.com source code
#!/usr/bin/env node
//run this as a cgi script
const querystring = require('node:querystring');
const qs = querystring.decode(process.env.QUERY_STRING);
function ReturnJson(json, success) {
console.log("Content-Type: application/json");