JSFiddle - React, Tailwind, and code Playground
by ihope
JavaScript
var promises = Promise.all(Array.from(document.querySelectorAll("#BlockFilter > div > div > a")).map((x) => fetch(x.href).then(x => x.text())));
console.log(promises.then(htmls => htmls.map(html => Array.from(html.matchAll(new RegExp('...pom\.live[^"]+', 'g'))))))