YouTube autolike

Auto-like YouTube video if you are subscribed to the author's channel. Or can set an option to like all videos regardless if you are subrscribed or not.

< Commentaires sur YouTube autolike

Avis: Bon - le script fonctionne correctement

§
Posté le: 2023-09-26

It doesn't work anymore :(
Is there a way to choose if put like to all the videos and not only if you're subscribed?

§
Posté le: 2023-09-26
Édité le: 2023-09-26

I think you might try changing window.ytInitialPlayerResponse to document.querySelector('ytd-page-manager#page-manager').data.playerResponse

§
Posté le: 2023-09-26

I think you might try changing window.ytInitialPlayerResponse to document.querySelector('ytd-page-manager#page-manager').data.playerResponse

Like this? (watch the img attached)

I think you might try changing window.ytInitialPlayerResponse to document.querySelector('ytd-page-manager#page-manager').data.playerResponse Like this? (watch the img attached)

getObjectProperty(document.querySelector('ytd-page-manager#page-manager').data.playerResponse, 'annotations.0.playerAnnotationsExpandedRenderer.featuredChannel.subscribeButton.subscribeButtonRenderer.subscribed');
§
Posté le: 2023-09-26
getObjectProperty(document.querySelector('ytd-page-manager#page-manager').data.playerResponse, 'annotations.0.playerAnnotationsExpandedRenderer.featuredChannel.subscribeButton.subscribeButtonRenderer.subscribed');

Ok I edited it but it still doesn't work :( not even with the subscribed channels :(

§
Posté le: 2023-09-26

I'm using violentmonkey with Chrome

§
Posté le: 2024-01-24
Édité le: 2024-01-24

The script has been updated and works again. I'll work ASAP on a way to add option panel to set if you want to like all the videos or not. For next issues, please go on https://github.com/blackstar0169/youtube-autolike-script/issues because greasyfork does not notify me when I have a new comment.

§
Posté le: 2024-01-24

I've updated the script and now you have a Configuration menu under my script when you click on the Tampermonkey extension icon. This appears only when you are on a YouTube page.

§
Posté le: 2024-01-25

I've updated the script and now you have a Configuration menu under my script when you click on the Tampermonkey extension icon. This appears only when you are on a YouTube page.

thank uuu 😍

Poster une réponse

Connectez-vous pour poster une réponse.