fetch("https://stil.kurir.rs/news_widget_js?utm_source=Stil_horoskop&utm_medium=Glossy&utm_campaign=Horoskop&cat=lifestyle&scat=horoskop") .then((response) => response.text()) .then((html) => { document.getElementById('stil_widget').innerHTML = html; }) .catch((error) => { console.warn(error); });