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
/* | |
* 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. |