button { text-align: center; min-height: 50px; min-width: 100%; margin: 5px 0; background: #808080 ; border: none; outline: none; color: #f4f4f4; font-size: 14px; font-weight: bold; cursor: pointer; border-radius: 15px 5px; transition: 0.5s; } button:last-child { background: #0084ff; opacity: 0.5; } button:hover { font-size: 16px; } .enabled { background: #0084ff ; } .myButton { background-color:#0084ff; border-radius:28px; display:inline-block; cursor:pointer; color:#fafafa; font-family:Verdana; font-size:17px; font-weight:bold; padding:16px 76px; text-decoration:none; } .myButton:hover { background-color:#0084ff; } .myButton:active { position:relative; top:1px; } } SUBSCRIBE + BELL ICON ALL
SUBS PARTNER
SUBS PARTNER
SUBS PARTNER
SUBS PARTNER
DOWNLOAD CONFIG


let button = document.querySelectorAll(“button”); button.forEach(disabledBtn =>{ disabledBtn.disabled = true; button[0].disabled = false; }); button[0].addEventListener(“click” , ()=>{ button[1].disabled = false; button[1].classList.add(“enabled”); window.open(“https://youtube.com/channel/UCc4PBBtmZ_wrnX4cBgmRHfA”); }); button[1].addEventListener(“click” , ()=>{ button[2].disabled = false; button[2].classList.add(“enabled”); window.open(“https://youtube.com/c/99prabh99YT”); }); button[2].addEventListener(“click” , ()=>{ button[3].disabled = false; button[3].classList.add(“enabled”); window.open(“https://youtube.com/c/MADANPKU”); }); button[3].addEventListener(“click” , ()=>{ button[4].disabled = false; button[4].classList.add(“enabled”); window.open(“https://youtube.com/c/oluckmjknineteem”); }); button[5].addEventListener(“click” , ()=>{ window.open(“https://www.mediafire.com/file/4pvfcntzcl5jeoq/VIP_V6.zip/file”); });