This file contains hidden or 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
| // Main function | |
| function backupNotebooks() { | |
| const urls = notebookUrlsFromInterval(); | |
| uploadNotebooks(urls) | |
| } | |
| /* Gmail Concerns */ | |
| const intervalDays = 1 | |
| const threadFilter = `from:do-not-reply@amazon.com "kindle" newer_than:${intervalDays}d` |