Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var links = document.querySelectorAll('.EZAeBe'); // Change the class name accordingly
- var hrefs = [];
- links.forEach(function(link) {
- hrefs.push(link.href);
- });
- console.log(hrefs.join('\n'));
Add Comment
Please, Sign In to add comment