Skip to content

Instantly share code, notes, and snippets.

@dharmesh-hemaram
Last active March 21, 2023 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmesh-hemaram/2b80b2e99b01a532a9f1033be5a59946 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/2b80b2e99b01a532a9f1033be5a59946 to your computer and use it in GitHub Desktop.
Youtube Video Auto LIKE

Youtube Video Auto LIKE

Now auto like your fav youtuber video automatically.

Simply import this configuration into Auto Clicker configuration page. And click on Addon and change the value of it to your fav youtuber channel name. and that's it done. Currently its Ritviz


How to use

  • Download configuration.json below
  • Import into below extension
  • Refresh Page

Auto Clicker Auto Fill Extension


tags

#youtubeautolike #youtube #autolike #openlinknewtab #autoclickerextension #autoclicker #autofill

{
"name": "Youtube - Like",
"url": "https://www.youtube.com/watch",
"initWait": 0,
"startTime": "",
"enable": true,
"startType": "auto",
"loadType": "window",
"hotkey": "Ctrl + Shift + A",
"batch": {
"refresh": false,
"repeat": -2,
"repeatInterval": 5
},
"actions": [
{
"name": "",
"initWait": 1,
"elementFinder": "//button[contains(@aria-label,\"like this video along\") and @aria-pressed=\"false\"] ",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "//div[contains(@class,\"ytd-channel-name\")]//a",
"condition": "Equals",
"value": "RITVIZ"
},
"settings": {
"retryOption": "skip",
"retry": 3,
"retryInterval": 1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment