Skip to content

Instantly share code, notes, and snippets.

View kuylar's full-sized avatar

Kayra Uylar kuylar

View GitHub Profile
@kuylar
kuylar / client.json
Created March 31, 2025 12:52
synapse client/server for testing localhost stuff
{"m.homeserver":{"base_url":"http://localhost:8008"}}
@kuylar
kuylar / youtubeDownloader-contentScript.js
Last active July 31, 2025 21:04
Small Firefox (and Chrome, maybe, I didn't test it) extension code (content-script) for downloading videos on YouTube.
/**
* Small Firefox (and Chrome, maybe, I didn't test it) extension code
* (content-script) for downloading videos on YouTube. Currently only
* shows a default HTML download button on the top left of the page
* and opens up the format 18 (360p muxed MP4) on a new tab.
*
* It "works", has a "working" poToken implementation (untested for
* downloading videos and unused in this version of the script) and
* can decipher playback URLs automatically.
*