polywock / globalSpeed

Web extension to set a default speed for video and audio
https://chrome.google.com/webstore/detail/global-speed-youtube-netf/jpbjcnkcffbooppibceonlgknpkniiff?hl=en
1.48k stars 170 forks source link

After turning on the volume boost, the video cannot go into full screen mode. #495

Open SkyHeart90 opened 2 months ago

SkyHeart90 commented 2 months ago

When watching videos, the volume was too low, so I turned on the volume gain. However, after enabling it, the video only goes into a webpage fullscreen mode and fails to enter true fullscreen.

polywock commented 2 months ago

Hi. The Tab Capture API, which Global Speed uses to manipulate audio, disables entering fullscreen once activated.

Workaround: Only activate once you're already in fullscreen using shortcut.

  1. In options page, create a Tab Capture shortcut key.
  2. Set the trigger to Command A.
  3. Open chrome://extensions/shortcuts and bind your preferred shortcut key to Command A.

Only after entering fullscreen, you can activate gain by using the Tab Capture shortcut.

LifeJustDLC commented 1 month ago

This workaround worked on v2.9.9971 but doesn't work on v3.0.94

图片

Finally get to working on this 🤣 (try to implement it more elegantly)