-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserScript.user.js
More file actions
18 lines (18 loc) · 819 Bytes
/
UserScript.user.js
File metadata and controls
18 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name Auto Add Friends (FB & IG)
// @namespace http://tampermonkey.net/
// @version 5.0
// @description Tự động thêm bạn bè
// @author script by phantruong
// @require https://raw.githubusercontent.com/phantruongazapi/auto-add/refs/heads/main/auto-add-friend.js
// @updateURL https://github.com/phantruongazapi/auto-add/raw/refs/heads/main/UserScript.user.js
// @downloadURL https://github.com/phantruongazapi/auto-add/raw/refs/heads/main/UserScript.user.js
// @match *://www.facebook.com/*
// @match *://m.facebook.com/*
// @match *://www.instagram.com/*
// @match *://mobile.instagram.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @run-at document-end
// ==/UserScript==