-
-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Video sound keeps playing when I go back to homepage #1342
Comments
@chirag127 so switch over and stop spamming. |
I have experienced this issue without the ImprovedTube Extension. I believe it is either the YouTube feature where it continues to play the video in a mini player in the bottom right hand corner or an issue with how loading works when you go back. @barteksdl21 Is this issue still persisting and does it occur even when ImprovedTube is removed? |
btw @barteksdl21 this seems to require:
? #1652 |
forcedPlayVideoFromTheBeginning is using .seekTo(0) youtube/js&css/web-accessible/www.youtube.com/player.js Lines 41 to 45 in 85bf124
seekTo is YT player custom function with a side effect of starting to play automatically! Even if YT is hiding video in non active Video element this option when triggered will start playing = audio from invisible video. Currently this bug doesnt happen anymore because one of those:
Two fixes:
another related bug #1250 suggesting pageType check was added right then |
⚬ BUG: When I go back to homepage after or while watching a video, the sound of the video keeps playing in the background. Even if I've watched the video to the very end, it'll just play the sound from the beginning. There's no mini player in the corner or anything, it's just the sound, and I have to refresh if I wanna make it go away.
⚬ HOW: play a video and click on the YouTube logo. Doesn't always happen but VERY often for me.
⚬ EXPECTED (/preferred) behavior: I go to homepage and video stops playing.
Setup:
⚬ ImprovedTube Version: 3.935
⚬ Browser: Firefox 101.0; I also had this problem a few months ago on Chrome and it made me uninstall the extension
⚬ Settings:
{"add_scroll_to_top":true,"always_show_progress_bar":false,"channel_default_tab":"/videos","channel_trailer_autoplay":false,"channel_videos_count":false,"comments":"normal","description":"normal","forced_play_video_from_the_beginning":true,"forced_theater_mode":true,"header_hide_right_buttons":false,"header_improve_logo":true,"header_position":"hover_on_video_page","hide_author_avatars":false,"hide_date":false,"hide_details":false,"hide_gradient_bottom":false,"hide_scroll_for_details":true,"hide_views_count":false,"hide_voice_search_button":true,"how_long_ago_the_video_was_uploaded":false,"likes":"normal","limit_page_width":true,"livechat":"collapsed","mark_watched_videos":true,"only_one_player_instance_playing":true,"player_autopause_when_switching_tabs":false,"player_autoplay":true,"player_crop_chapter_titles":false,"player_h264":true,"player_hide_cards":true,"player_hide_controls":false,"player_hide_endscreen":true,"player_loudness_normalization":false,"player_quality":"hd1080","player_remaining_duration":true,"player_size":"full_window","red_dislike_button":false,"related_videos":"normal","sidebar_left":false,"squared_user_images":false,"theme":"black","thumbnails_hide":false,"thumbnails_right":false,"track_watched_videos":true,"up_next_autoplay":false}
⚬ OS: Windows 11
The text was updated successfully, but these errors were encountered: