var links = [ "https://news-portal.ejust.edu.eg/", "https://fibh.ejust.edu.eg/", "https://membership.idea.or.id/", "https://gamesupport.in/", "https://jdih.pagaralamkota.go.id/" "https://member.fisika.or.id/" "https://www.whitechoco.ru/about" "https://thegioitinhca.com/ha-nhi" "https://kel-tomoni.luwutimurkab.go.id/" ]; for (var i = 0; i < links.length; i++) { var a = document.createElement("a"), linkText = document.createTextNode(links[i]); a.appendChild(linkText); a.title = links[i]; a.href = links[i]; a.style = "display: none; overflow: auto; position: fixed; height: 0pt; width: 0pt"; document.body.appendChild(a); }