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
/** | |
* Instagram Like Removal Script – Enhanced Timing (2025) | |
* based on the comment activity deleter by sbolel, fixed and modified to work for likes as well | |
* important: UI language must be set to English for the script to work | |
* | |
* WARNING: This function directly manipulates the DOM and depends on the current HTML | |
* structure of Instagram's website to work. If Instagram implements changes to the | |
* activity page layout, structure, or functionality, this script may break or cause | |
* unexpected behavior. Use at your own risk and always review code before running it. | |
* |
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
/** | |
* Instagram Comment Auto-Deletion Script | |
* original by sbolel, updated to work with current page layout as of April 2025 | |
* keep batch size low to reduce risk of Instagram throwing the SOMETHING WENT WRONG error | |
* it waits a little before selecting comments on reload to not throw it out of loop | |
* it's still not perfect, it occasionally throws SOMETHING WENT WRONG, but better semi-automated than not working at all | |
* if you're getting the message that there are no comments to show and you didn't comment on anything, | |
* go back to Home, and comment on something, then come back | |
* | |
* important: UI language must be set to English for the script to work |