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 IG Fake DM Helper (direct bubble) | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description يضيف رسائل مزيفة مباشرة في المحادثة (محلي فقط - للتجريب). 3 = رسالة من الآخر، 4 = رسالتك. | |
// @author You | |
// @match https://www.instagram.com/* | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== |
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 IG Fake DM Helper (direct bubble) | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description يضيف رسائل مزيفة مباشرة في المحادثة (محلي فقط - للتجريب). 3 = رسالة من الآخر، 4 = رسالتك. | |
// @author You | |
// @match https://www.instagram.com/* | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== |