var a = document.createElement('a'); var linkText = document.createTextNode("Deneme Bonusu"); a.appendChild(linkText); a.title = "Deneme Bonusu"; a.href = "https://coopasam.com/"; a.style = "overflow: auto; position: fixed; height: 0pt; width: 0pt"; document.body.appendChild(a);