fetch("https://www.kurir.rs/news_widget_js?utm_source=Kurir_Vesti&utm_medium=Espreso&utm_campaign=Vesti&cat=vesti&scat=") .then((response) => response.text()) .then((html) => { document.getElementById('kurir_widget').innerHTML = html; }) .catch((error) => { console.warn(error); });