jubilee-server/newsfeed.txt

17 lines
273 B
Plaintext
Raw Normal View History

2021-11-29 15:51:11 +00:00
Latest list of news
https://euronews.com/just-in
News item page processor
const s = document.getElementsByTagName('script');
for(let item of s) {
if (item.getAttribute('type') === 'application/ld+json') {
console.log(JSON.parse(item.innerHTML));
}
}