Open CommicKick69ing opened 11 months ago
~Same issue after switch to graphics backend to default which is D3D11 on Windows. Switch back to OpenGL can fix this issue.
You can find this configuration at chrome://flags/
-> Choose ANGLE graphics backend
~
Updated: Confirm that it is not related. Maybe things just work after relaunch the browser when switching the config.
Same issue after switch to graphics backend to default which is D3D11 on Windows. Switch back to OpenGL can fix this issue. You can find this configuration at
chrome://flags/
->Choose ANGLE graphics backend
Weird. This extension only adds an HTML node into the DOM. Could you check if the HTML node of type
For some reason the screenshot button no loner shows up
Extension Version: v2.4.1 Browser Name: Chrome Browser Version: v119.0.6045.160
Same for me! but shortcut still work Extension Version: v2.4.1 Browser Name: Chrome for Linux Browser Version: 120.0.6099.224 (Official Build) (64-bit)
Hi,
It cannot display the button because the AddScreenshotButton() function is called before loading the button bar: document.getElementsByClassName("ytp-right-controls")[0] The button cannot be inserted because document.getElementsByClassName("ytp-right-controls")[0] return "undefined"
For some reason the screenshot button no loner shows up
Extension Version: v2.4.1 Browser Name: Chrome Browser Version: v119.0.6045.160