Aditya Dandnebimori.hashnode.devยทSep 5, 2024Get Uniquly Filtered Data Via Inspect Consoleconst anchorTags = document.querySelectorAll('a'); const filteredLinks = []; const memberIds = new Set(); anchorTags.forEach(anchor => { const href = anchor.getAttribute('href'); if (!href || !href.startsWith("https://")) return; // Skip invalid link...ahrefAdd a thoughtful commentNo comments yetBe the first to start the conversation.