- Load the entire page
- Go to chrome console (menu > more tools > developer tools)
let ens = document.body.innerText.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/g);
let wallets = document.body.innerText.match(/(0x)?[a-fA-F0-9]{40}/g);