Skip to content

Instantly share code, notes, and snippets.

View notruri's full-sized avatar

Ruri notruri

View GitHub Profile

facebook friends exporter

usage

  1. open your browser and go to https://www.facebook.com/friends/list

  2. scroll down until the page finishes loading all of your friends. (Keep scrolling until you reach the bottom.)

@notruri
notruri / CompleteDiscordQuest.md
Last active December 7, 2025 19:26 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

delete window.$;let wpRequire=webpackChunkdiscord_app.push([[Symbol()],{},e=>e]);webpackChunkdiscord_app.pop();let ApplicationStreamingStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getStreamerActiveStreamMetadata)).exports.Z,RunningGameStore=Object.values(wpRequire.c).find((e=>e?.exports?.ZP?.getRunningGames)).exports.ZP,QuestsStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getQuest)).exports.Z,ChannelStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getAllThreadsForParent)).exports.Z,GuildChannelStore=Object.values(wpRequire.c).find((e=>e?.exports?.ZP?.getSFWDefaultChannel)).exports.ZP,FluxDispatcher=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.flushWaitQueue)).exports.Z,api=Object.values(wpRequire.c).find((e=>e?.exports?.tn?.get)).exports.tn,quest=[...QuestsStore.quests.values()].find((e=>"1248385850622869556"!==e.id&&e.userStatus?.enrolledAt&&!e.userStatus?.completedAt&&new Date(e.config.exp
@notruri
notruri / Purge-VCN.ps1
Created September 7, 2025 11:53
Purge an OCI (Oracle Cloud Infrastructure) VCN and its child resources.
#Requires -Version 7.0
<#
.SYNOPSIS
Purge an OCI (Oracle Cloud Infrastructure) VCN and its child resources.
.DESCRIPTION
Deletes route rules, subnets, internet gateways, then deletes the VCN.
.PARAMETER TargetName
The display name of the VCN to purge.
.PARAMETER CompartmentID
The OCID of the compartment containing the VCN.