

[HEADING=2] Code auto view ads Ola City[/HEADING] 
Code chạy trong trang view ads, cài Set up full auto, không né được xác minh captcha.

Code chạy trong trang view ads, cài Set up full auto, không né được xác minh captcha.
Mã:
if (Notification.permission !== 'granted') {
Notification.requestPermission();
} else {
if (document.querySelectorAll('.btn.btn.btn-sm').length !=0){
setTimeout(()=>{
document.querySelectorAll('.btn.btn.btn-sm')[0].click();
},1500);}
else{
new Notification('captcha plz');
}
}
Last edited by a moderator: