Answer the question
In order to leave comments, you need to log in
Is it possible on youtube to track whether the user clicked the play button through the extension?
Is it possible to track on the youtube website whether the user clicked the play button through the extension, or by the button to find out if the channel is subscribed or liked?
Answer the question
In order to leave comments, you need to log in
if(document.querySelector('.ytd-subscribe-button-renderer').textContent === 'Вы подписаны'){
console.log('Подписан');
}
var elem = document.querySelector('.ytp-play-button');
elem.addEventListener("click", function() {
console.log('Нажал play');
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question