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
| // ==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 |