Enhancer for YouTube
-
exequiel99 last edited by
Очень увлекательно расширение для YouTube, батонше ниже интересна для видеопрограммы на YouTube, выбрана для изменения самого содержимого.
-
ImBadAtMakingNicknamesXD last edited by
This is amazing! I'm never going to watch youtube without this!
-
ADevSurfing last edited by leocg
Finally, I can watch my videos in literal 4320p 8k without ads for free. I can actually happily watch videos without a quality problem. It was a good idea to ditch Edge for Opera.
-
AlexIvan last edited by
Why you used a specific id for multiple html elements?
For example, 'efyt-loop' is an id that appears multiple times -
garethlore last edited by
Would love a feature to auto-like videos from channels I'm subscribed to when I'm viewing them. I tend to forget or be busy with something else while watching videos.
-
A Former User last edited by
Please, add the option to autoloop forever so that the user does not have to activate it all the time with the menu that comes up by pressing the video with the right button. It would also be nice if the autoloop works in the playlists, that is, to be able to listen to a single video loop from a playlist with many videos and that the user is the one who has to change to another.
-
jeremyr last edited by jeremyr
Got a much better script to bypass those annoying video stopping prompts.
It will auto Consent to videos, it will auto click the I Understand and auto click No Thanks for the free trial.
((a, t) => { let waitTime = 10; //how many seconds to wait for any sign-in popup to appear after fresh-loading a web page switch (location.hostname) { case "consent.youtube.com": if (a = document.querySelector('[type="submit"]')) a.click(); break; case "www.youtube.com": addEventListener("load", h => { t = (new Date).getTime(); h = setInterval(() => { if (a = document.querySelector('yt-upsell-dialog-renderer tp-yt-paper-button[aria-label="No thanks"]')) a.click(); if (a = document.querySelector('yt-button-renderer tp-yt-paper-button[aria-label="I understand and wish to proceed"]')) a.click(); if (((new Date).getTime() - t) > (waitTime * 1000)) clearInterval(h) }, 100); }) } })()
-
beeters last edited by
@garethlore said in Enhancer for YouTube:
Would love a feature to auto-like videos from channels I'm subscribed to when I'm viewing them. I tend to forget or be busy with something else while watching videos.
Here, you want this extension for that: https://addons.opera.com/en/extensions/details/youtube-like-dislike-shortcut/ it has that exact feature you want, and then some.
-
beeters last edited by
@rayzeq Here - https://addons.opera.com/en/extensions/details/youtube-like-dislike-shortcut/ this extension has what you and that other guy want