Skip to content

Instantly share code, notes, and snippets.

View walidbagh's full-sized avatar
🎯
Focusing

walidbagh

🎯
Focusing
View GitHub Profile
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active February 28, 2026 19:18
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!


Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).

I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.


@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active March 7, 2026 06:14 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Before this gist has been forked, AgentOak made original gist on November 13 2019 and it was last updated on May 5 2021.

From now on, this forked gist is maintained by Martin Eesmaa since 17 September 2022.

Last updated: 07 February 2026

@discordianfish
discordianfish / bundle-bin.sh
Created October 27, 2022 10:49
Script to copy binaries including their dynamically linked libraries to a target directory, useful for creating minimal container/docker images
#!/bin/bash
set -euo pipefail
BIN=$1
TARGET=$2
mkdir -p "$TARGET"
bundle() {
lib="$1"
target="$2"
@HashNuke
HashNuke / cloudflare-r2-download-worker.js
Last active May 7, 2025 19:47
Cloudflare worker that downloads files from R2 bucket
import jwt from '@tsndr/cloudflare-worker-jwt'
// Add following config to wrangler.toml
//
// r2_buckets = [
// { binding = "STORAGE_BUCKET", bucket_name = "your_bucket_name" }
// ]
//
// Also requires download_jwt_secret in the worker env