klemens / ff-youtube-all-html5

Play all videos on YouTube with your preferred settings (size, quality, playback rate, …) without cookies using only HTML5
https://addons.mozilla.org/de/firefox/addon/youtube-all-html5/
34 stars 9 forks source link

Disable youtube autoplay for consecutive videos #50

Closed apfelchips closed 8 years ago

apfelchips commented 9 years ago

Some time ago youtube changed the default behavior to automatically play the next video from the recommended sidebar when the one you just watched is over, since there is already the option to disable autoplay completely with this extension, could you please consider to make an option to only disable the autoplay of consecutive videos?

thanks!

klemens commented 9 years ago

Hm, there is already a button on youtube with which you can disable this kind of autoplay. Or do you want something else?

apfelchips commented 9 years ago

just to be clear we are talking about the same button/feature: bttn

the problem with it is that your setting doesn't stay put and defaults to the Autoplay behavior, so I have to change it again in every new browser session, which is bugging me, because I want to watch the video I clicked on and nothing else after that.

At risk of bloating the addon, like YouTubeCenter did, an autoloop feature, selectable via the top corner button, would be nice to have.

klemens commented 9 years ago

The status of this button gets saved in the PRFE-Cookie. It seems that this cookie gets deleted because of your firefox settings. I just implemented a new module (CookieChanger) which should make it relatively easy to disable autoplay for people who have cookies disabled or use some kind of private browsing.

I opened another issue for your replay suggestion: #53

klemens commented 8 years ago

This is now implemented in f6179d7d055ea32376677a6560a2bfa342266243, which will be part of verion 3.1.0. It works fine for me, however I am not sure if it will always work, therefore it is marked as experimental.