Skip to content

Instantly share code, notes, and snippets.

View vitormarcal's full-sized avatar
🏠
Working from home

Vitor Marçal vitormarcal

🏠
Working from home
View GitHub Profile
@vitormarcal
vitormarcal / WAXP.js
Created December 11, 2020 12:23 — forked from shaneapen/WAXP.js
WhatsApp Group Contacts Exporter
WAXP = (function(){
MutationObserver = window.MutationObserver || window.WebKitMutationObserver;
var SCROLL_INTERVAL = 600,
SCROLL_INCREMENT = 450,
AUTO_SCROLL = true,
NAME_PREFIX = '',
UNKNOWN_CONTACTS_ONLY = false,
MEMBERS_QUEUE = {},