Hacxx Email YOUTUBE Collect (100 Results) 04-23-2024, 04:48 PM
#1
Use the tool online:
https://files.offshore.cat/uYy8NC6n.html
https://files.offshore.cat/uYy8NC6n.html
Hacxx Email YOUTUBE Collect (100 Results) filter_list | |
for (x in myObj.items) {
var description = myObj.items[x].snippet.description;
var emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/g;
var emails = description.match(emailRegex);
if (emails) {
for (var i = 0; i < emails.length; i++) {
document.write(emails[i] + '\n');
}
}
}
(04-25-2024, 08:05 PM)chansey Wrote: how does this work though