Showing posts with label cowin slot booking. Show all posts
Showing posts with label cowin slot booking. Show all posts

Thursday, May 20, 2021

Cowin Auto Slot Booking Script

 

cowin slot not available

COPY CODE FROM BELOW :-


function select18() {

if(!document.getElementById("c1").checked) {

document.getElementById("c1").click();

}



var slots =  document.getElementsByClassName("slots-box");

for(var i = 0; i < slots.length; i++) {

if(slots[i].getAttribute("class").indexOf("no-seat") == -1 && slots[i].getAttribute("class").indexOf("no-available") == -1) {

slots[i].click();

}

}

}


function search() {

document.getElementsByClassName("pin-search-btn")[0].click();

}


var select18Int = setInterval(select18, 250);

var searchInt = setInterval(search, 1500);

Read More