This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Step 1: Open https://www.tadpoles.com/parents and log in; | |
// Step 2: Select the 'all' tab (IMPORTANT STEP); | |
// Step 3: Select a month; | |
// Step 4: Open the JavaScript console in your browser (e.g., press | |
// Command + Alt + i in Google Chrome on a Mac, or press | |
// Ctrl + Shift + i in Google Chrome in Windows); | |
// Step 5: Copy this entire code snippet, paste it to the JavaScript console, | |
// and press Enter to run; all photos and videos will be downloaded | |
// to your default Downloads folder and they should have proper | |
// file names. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Step 1: Open https://www.tadpoles.com/parents and log in; | |
// Step 2: Select the 'all' tab (IMPORTANT STEP); | |
// Step 3: Select a month; | |
// Step 4: Open the JavaScript console in your browser (e.g., press | |
// Command + Alt + i in Google Chrome on a Mac, or press | |
// Ctrl + Shift + i in Google Chrome in Windows); | |
// Step 5: Copy this entire code snippet, paste it to the JavaScript console, | |
// and press Enter to run; all photos and videos will be downloaded | |
// to your default Downloads folder and they should have proper | |
// file names. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Nest Cam Smallerizer | |
// @namespace https://github.com/jrr | |
// @version 0.2 | |
// @description make camera more usable in small windows | |
// @author jrr | |
// @match https://home.nest.com/camera/* | |
// @match https://home.nest.com/home/* | |
// @grant none | |
// ==/UserScript== |