Skip to content

Instantly share code, notes, and snippets.

View monokaijs's full-sized avatar
🎯
Focusing

Nguyễn Anh Nhân monokaijs

🎯
Focusing
View GitHub Profile
@monokaijs
monokaijs / topChatFacebook.js
Last active December 24, 2018 02:04
Get list of users who has most messages with you.
(function () {
/*
** Written by MonokaiCSS
** Editted by MonokaiJs
*/
const top_count = 20; // Edit this line for custom number conversations.
var get_list_conversations = (token) => {
@monokaijs
monokaijs / autoReactComments.js
Created December 22, 2018 09:48
Auto give reactions to comment.
(function () {
/*
** Written by MonokaiCSS
*/
var postID = '358615471616349';
var reactions = ['HAHA', 'WOW', 'SAD', 'LIKE', 'ANGRY', 'LOVE'];
@monokaijs
monokaijs / MessengerAttachmentsScanner.js
Last active February 21, 2024 11:37
Scan Facebook Messages for attachments.
(() => {
/*
Author: @MonokaiJsp (MonokaiJs | https://omfg.vn)
>>>>>>> Free for Personal Usage.
======= Donate me: https://omfg.vn/donate
======= Github: https://github.com
======= Gists
*/
@monokaijs
monokaijs / scanFriendComments.js
Last active December 26, 2018 02:49
Scan Friends' comments on a post.
(() => {
/*
{
author: 'MonokaiJs',
facebook: 'https://fb.me/MonokaiJsp',
homepage: 'https://omfg.vn'
// Please DO NOT REMOVE CREDITS IN THIS FILE.
}
*/
@monokaijs
monokaijs / autoMessageFacebook.js
Last active January 6, 2024 07:56
Auto send message Facebook.
(() => {
/*
{
Author: "MonokaiJs",
Home: "https://omfg.vn",
Donate: "https://omfg.vn/donate"
}
*/
var friend_limit_count = 500; // limit friends number
var dtsg = document.getElementsByName("fb_dtsg")[0].value;