Skip to content

Instantly share code, notes, and snippets.

View rishid's full-sized avatar

Rishi Dhupar rishid

  • Boston, MA
View GitHub Profile
@rishid
rishid / dupefixer.js
Created January 2, 2021 22:15 — forked from Talon876/dupefixer.js
Mint Duplicate Transaction Fixer
/*
* This script is meant to be copy/pasted in to the Chrome javascript console while logged in to Mint.
* It can be used to find all of the transactions that you have checked "This is a duplicate" for.
* Once all of these transactions are found, you can then have the script add a 'Duplicate' tag to
* each of the transactions.
*
* This will then allow you to filter out duplicate transactions after exporting them to CSV as tags are included.
*
* You may need to replace the value of the duplicateTagId variable after this comment.
* To find the Duplicate tag id, edit a transaction and view the list of tags.