HOW TO EXTRACT eMAIL FROM THE WEB PAGE BY i-MACRO.
//Extract all text from web page.
var text = window.content.document.getElementsByTagName("body")[0].textContent;
//This function get email from text.
function Get_Emails(texts) {
return texts.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9._-]+)/gi);
};
//Create variable for get text.
var listMail = Get_Emails(text).join(',');
Support us by donating to Paypal ID: [email protected].
5$, 10$, 15$ or to the amount of money, as you can see that we deserved.
Thank you for support us.