Skip to content

Instantly share code, notes, and snippets.

View steffiland's full-sized avatar
🏠
Working from home

steffiland

🏠
Working from home
View GitHub Profile
@steffiland
steffiland / How to download streaming video.md
Created February 25, 2022 13:39 — forked from danfinlay/How to download streaming video.md
How to download a streaming video with Google Chrome

How to download streaming video

Streaming just means a download that they don't want you to keep. But Chrome's developer tools make it easy to access what's really going on under the hood.

Open Developer Tools

From the page where you want to download some things, go into your chrome menu to open the developer tools. You can either:

1.  (On a mac): Command-option-J
2. (On a PC): Control-alt-J
@steffiland
steffiland / ssh_config
Created May 23, 2019 07:48 — forked from rbenaley/ssh_config
GitHub ssh access via HTTP Proxy
host github.com
user git
hostname ssh.github.com
port 443
proxycommand socat - PROXY:<hostname>:%h:%p,proxyport=<port>