Results 93 comments of Rasz_pl

it-add-to-blocklist added at https://github.com/code-charity/youtube/blob/b412f2dde393dc18e9a3e415ef1e74815ba14984/js%26css/web-accessible/www.youtube.com/blocklist.js#L59 and it works, but the "button" is black on black :) it shows up when you hover over the Thumbnail ![locklist](https://github.com/code-charity/youtube/assets/2623127/1fb95e47-0ca3-4427-a6a2-d3c2bc537107) https://github.com/code-charity/youtube/blob/b412f2dde393dc18e9a3e415ef1e74815ba14984/js%26css/extension/www.youtube.com/styles.css#L504 and --yt-spec-icon-active-other is #030303...

> might be the same reason our play-all button doesn't appear to people ([#1971 (comment)](https://github.com/code-charity/youtube/issues/1971#issuecomment-1958705961)) no, it cant find where to put it ``` document.querySelector('ytd-channel-sub-menu-renderer #primary-items') null document.querySelector('#primary-items') null document.querySelector('ytd-channel-sub-menu-renderer')...

Cant control Firefox PiP, cant even detect if its enabled or active. Only course of action is for users using it to disable "Auto-pause while I'm not in the tab".

opening devtools and placing breakpoint on https://github.com/code-charity/youtube/blob/df240abc56b8761885b3ff74c1a10100475bd32a/content-scripts/website-context/youtube-features/shortcuts.js#L48 shows shortcut triggering every time no matter what , at least for me. Switching to specific resolutions works immediately, switching to Auto takes...

> difference between the two player menu calls youtube private function internally, all we have access to are player.setPlaybackQualityRange(value); player.setPlaybackQuality(value);

could be also a shortcut bug like https://github.com/code-charity/youtube/issues/2403 https://github.com/code-charity/youtube/issues/2406 where all shortcuts stop working until reload or alt-tab

holy crap I sure hope this UI experiment dies in a fire!

> I have the exact same issue. When I open any YouTube short, it starts playing audio in the background, but the video doesn't play. I also had this, but...

did you open new bug when https://github.com/code-charity/youtube/issues/1984 still exists? im confused

Imo a non issue. Everything is working correctly, shortcuts are triggered at the rate of keyboard events coming in. Imo adding artificial delays (lowers responsiveness) just in case someone could...