Skip to content

Instantly share code, notes, and snippets.

View Azzamjiul's full-sized avatar
🌎
Connecting the Dots

Azzam Jihad Ulhaq Azzamjiul

🌎
Connecting the Dots
  • Indonesia
  • 20:25 (UTC +07:00)
View GitHub Profile
@Azzamjiul
Azzamjiul / WAXP.js
Created July 5, 2022 00:28 — 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 = {},