Ryan Thaut
Ryan Thaut
Wildcard means it will match any keywords/tags that include the word/letters you entered. A non-wildcard filter, on the other hand, will only match the entire word you entered. So, for...
Some sample videos from support requests on the Chrome Web Store: - https://www.youtube.com/watch?v=67hDi3Xl_6k&list=PL-dADuXD9cVt4wcQAn13PY920FT1jSFup&index=8 - https://www.youtube.com/watch?v=S7oRJwTzOn8&list=PL-dADuXD9cVt4wcQAn13PY920FT1jSFup&index=11
This may not be needed, as the embedded YouTube player (used for the popout window) typically shows a "YouTube" button for opening the video on the full YouTube site. The...
#25 complicates this a little bit, as it hides the custom controls in the popout player (although users can disable that to restore the custom controls in the popout player)....
#32 probably further complicates this, as that would allow the user to hide all video player controls (not just the custom popout player button) on the popout player.
This might be possible by passing the [`enablejsapi` URL parameter](https://developers.google.com/youtube/player_parameters#enablejsapi) when opening the Popout Player, and then calling the [`setShuffle()` method](https://developers.google.com/youtube/iframe_api_reference#setShuffle) from within the content script. As for the UI/UX,...
**Development Notes** *2022.04.16* - I tried **unsuccessfully** to use [`webRequest.onBeforeRequest`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest) with "main_frame" [`webRequest.ResourceType`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType) filtering to intercept and cancel navigation events to a YouTube video and open the popout player instead....
@sgtsquiggs I haven't been able to reproduce this myself yet. Would you mind answering some questions to help me out? 1. Does this happen for every video on YouTube, or...
@chuckpdx that's a great find; thanks for documenting it here! I don't believe there is a way to avoid this behavior within containers (as it would sort of defeat the...
Unfortunately, it looks like there isn't really anything that can be done about this. The extension is correctly passing the "autoplay" parameter to the embedded video player, but the browsers...