Youtube Auto Like/Dislike
Posted: 04 Sep 2017 11:12
This flow auto-(dis)likes every video you watch on YouTube, i'm that kind of person who always forgets to SMASH THAT LIKE BUTTON
(Requires Youtube API to be installed and enabled)
If you want to auto dislike instead of like make sure to change
to
Preview: Github | AutoMagic
Download: Github | AutoMagic
Source: Github
(Requires Youtube API to be installed and enabled)
If you want to auto dislike instead of like make sure to change
Code: Select all
clickById("com.google.android.apps.youtube.gaming:id/like_button");
//clickById("com.google.android.apps.youtube.gaming:id/dislike_button");
Code: Select all
//clickById("com.google.android.apps.youtube.gaming:id/like_button");
clickById("com.google.android.apps.youtube.gaming:id/dislike_button");
Preview: Github | AutoMagic
Download: Github | AutoMagic
Source: Github