Skip to content

Instantly share code, notes, and snippets.

@idpaterson
idpaterson / Mint-Daily-Balance-Export.md
Last active November 15, 2023 15:52
Allows exporting historic daily balances for any account(s) in Mint

Mint Daily Balance Export

🎉 The dev team at Monarch Money has created a Chrome extension that requires no setup and simplifies the export process for those who just want to grab all accounts at once. Please consider using that instead and if you can, join me in contributing to its open source code!


The Trends tool in Mint allows exporting historic balances for any combination of accounts. However, the export summarizes balances on a monthly basis and daily granularity is only available for time periods of 43 days or shorter. This tool simply gathers that data in 43 day increments to produce a CSV file of daily balances over any time period.

<img src="https://user-images.githubusercontent.com/507058/282305459-f013d151-2906-45e9-a892-9fb138e0006b.gif"

@idpaterson
idpaterson / TopCashback-Bird-Watcher.md
Last active April 8, 2023 05:47
Assists in finding the gift-bearing hummingbirds at topcashback.com

TopCashback Bird Watcher

Always on the lookout for the gift-bearing hummingbirds that inhabit TopCashback.com, this script grays the browser tab icon for any retailer page that does not feature a hummingbird. Once a bird is spotted the corresponding hummingbird tab icon returns to full color.

hummingbird-found

Useful for exploring a large number of habitats at once. Open-to-background-tab many retailers then wait a few seconds to see if any birds pop up in the tab icons. Simply close all tabs if your budding hobby as digital ornithologist is unfruitful.

Installation

@idpaterson
idpaterson / Shop-Your-Way-Sweeps-Keyboard-Shortcuts.md
Last active August 9, 2018 05:56
Adds convenient keyboard shortcuts to Sears Shop Your Way Sweeps

Shop Your Way Sweeps Keyboard Shortcuts

Spare5 Available Task Notifications

This userscript periodically checks the Spare5 task list for new web tasks, updating the tab icon and title in response to available tasks. Pin the tab and easily see that tasks are available when the icon is green.

Spare5 tab indications

The Greasemonkey or Tampermonkey browser extensions are required to install this script and receive automatic updates, see below for instructions.

Installation

@idpaterson
idpaterson / AssertEventually.h
Last active December 25, 2015 06:59 — forked from lukeredpath/AssertEventually.h
Enables simple and elegant testing of asynchronous/threaded code with XCTest, blocks and OCHamcrest
//
// AssertEventually.h
// LRResty
//
// Created by Luke Redpath on 03/08/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HCMatcher.h"