Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Mastodon Bird UI
// @match https://mstdn.social/*
// @grant GM_addStyle
// @grant GM_getResourceText
// @version 2
// @description A UserScript that applies the Mastodon Bird UI style to mstdn.social
// @resource layout-single-column https://raw.githubusercontent.com/ronilaukkarinen/mastodon-bird-ui/master/layout-single-column.css
// @resource layout-multiple-columns https://raw.githubusercontent.com/ronilaukkarinen/mastodon-bird-ui/master/layout-multiple-columns.css
// @downloadURL https://gist.github.com/chrishazfun/2c477ce53f4668bf4db73b8cb70ce9dd/raw/mastodon-bird-ui.user.js
#!/bin/bash
echo "Hello, world!"
read -p "What is your name? " name
echo "Hello, ${name}!"
@chrishazfun
chrishazfun / youtube-dl-channel.md
Last active August 14, 2020 09:01
youtube-dl command template to download a whole youtube channel to specific folder, with steps
  1. Load up https://rg3.github.io/youtube-dl/download.html on a PC

  2. Click the link that reads "Windows.exe", for those that have Linux use the commands provided on the page above

  3. Move youtube-dl.exe to the Desktop

  4. (Optional but nice to have) Hide youtube-dl.exe in the properties so you don't have to get bothered by it

  5. Open up Windows Command Prompt (Start button then type "cmd")