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
Created September 15, 2025 13:44 — 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
@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.