17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
|
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));
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|