Şu konudaki kodu bi deneyin hocam
https://www.r10.net/off-topic/183941...t-kodlari.html function Begen(){
document.querySelectorAll('button').forEach(
Kim => {
if(Kim.getAttribute('aria-label') == 'Beğen'){
Kim.click()
}
}
);
};
setInterval(Begen, 1000);