Skip to content

Instantly share code, notes, and snippets.

View balaclavatechnical's full-sized avatar

balaclavatechnical

View GitHub Profile
@braunglasrakete
braunglasrakete / Instagram Like Activity Deleter
Last active August 7, 2025 17:54 — forked from therealsarahw/instagram-like-activity-deleter.js
Instagram Like Activity Deleter: Automate the deletion of all your Instagram Likes from the 'Your Activity' section. Perfect for quick digital clean-up. For comments, see my other gist.
/**
* 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.
*