Instantly share code, notes, and snippets.
Small-Ku /CompleteDiscordQuest.js
Last activeDecember 17, 2025 13:47 — forked fromaamiaa/CompleteDiscordQuest.md
Complete All Discord Quest This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| (async()=>{ | |
| deletewindow.$; | |
| letwpRequire=webpackChunkdiscord_app.push([[Symbol()],{},r=>r]); | |
| webpackChunkdiscord_app.pop(); | |
| letApplicationStreamingStore=Object.values(wpRequire.c).find(x=>x?.exports?.Z?.__proto__?.getStreamerActiveStreamMetadata).exports.Z; | |
| letRunningGameStore=Object.values(wpRequire.c).find(x=>x?.exports?.ZP?.getRunningGames).exports.ZP; | |
| letQuestsStore=Object.values(wpRequire.c).find(x=>x?.exports?.Z?.__proto__?.getQuest).exports.Z; | |
| letChannelStore=Object.values(wpRequire.c).find(x=>x?.exports?.Z?.__proto__?.getAllThreadsForParent).exports.Z; | |
| letGuildChannelStore=Object.values(wpRequire.c).find(x=>x?.exports?.ZP?.getSFWDefaultChannel).exports.ZP; |
Small-Ku /vg
Last activeDecember 14, 2022 18:07 — forked fromdenpamusic/vg
vpngate.net client for OpenWRT with checking connection with some game server This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ### | |
| # vpngate.net client for OpenWRT | |
| # | |
| # This script allows to pull server list from vpngate public VPN server registry and filter | |
| # it by country, score, maximum ping and uptime. | |
| # | |
| # Once server that matches requested criteria found, script will setup openvpn | |
| # instance via UCI and perform connection test. |
Small-Ku /arch_sec_install.sh
CreatedOctober 6, 2021 10:59 — forked fromTh3Whit3Wolf/arch_sec_install.sh
Install arch on btrfs(w/ swapfile) on luks with rEFInd bootloader This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # 0 - SSH | |
| # This isn't necessary but if you ssh into the computer all the other steps are copy and paste | |
| # Set a password for root | |
| passwd | |
| # Get network access | |
| iwctl | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| /** | |
| * Cards.CSS | |
| */ | |
| /*Icon*/ | |
| @importurl(https://fonts.googleapis.com/icon?family=Material+Icons); | |
| /*Typography*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| /** | |
| * Cards.CSS | |
| */ | |
| /*Icon*/ | |
| @importurl(https://fonts.googleapis.com/icon?family=Material+Icons); | |
| /*Typography*/ |