document.querySelectorAll(".row").forEach( function(node) { var text = node.innerText.replaceAll(/\n/g, ", "); var link = node.innerHTML.match(/reporting\/[0-9a-zA-Z\-_]*/)|| ""; console.log(text + link[0] ); } );
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter