Skip to content

Instantly share code, notes, and snippets.

@Mogito89
Mogito89 / How to download streaming video.md
Created November 14, 2020 14:21 — 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
@Mogito89
Mogito89 / disable_whatsapp_read_receipts.sh
Created June 29, 2016 17:29 — forked from eyecatchup/disable_whatsapp_read_receipts.sh
Shell script to disable read receipts for all your incoming Whatsapp messages. [ANDROID-ONLY]
#!/system/bin/sh
################################################################################
#
# Shell script to disable read receipts for all incoming Whatsapp messages.
#
# [ ANDROID AND ROOT ONLY ! ]
#
# Author: Stephan Schmitz <[email protected]>
# Source: https://gist.github.com/eyecatchup/9af90363732801b131bf
# Last Updated: 09. Nov 2014