Skip to content

Instantly share code, notes, and snippets.

@hoosnick
hoosnick / instagram-activity.js
Created May 29, 2026 11:40
Intercepts Instagram bloks API on the liked activity page, detects new posts, forwards to Telegram.
// ==UserScript==
// @name Instagram Liked Media Inspector
// @namespace https://www.instagram.com/
// @version 1.0.0
// @description Intercepts Instagram bloks API on the liked activity page, detects new posts, forwards to Telegram.
// @author hoosnick
// @license MIT
// @match https://www.instagram.com/your_activity/interactions/likes*
// @grant GM_xmlhttpRequest
// @grant unsafeWindow