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
/* eslint-disable no-var,newline-before-return */ | |
var removeDuplicates = true | |
/** | |
* This function should work for any instagram post. | |
* Use it by opening Chrome's javascript console and pasting all of this code. (see link below) | |
* https://developers.google.com/web/tools/chrome-devtools/console/ | |
* | |
* All comments are not immediately visible. This will automatically click the "show more" button for you. | |
* It could take some time depending on how many comments there are. |