Screenshot-YouTube icon indicating copy to clipboard operation
Screenshot-YouTube copied to clipboard

[Chrome] Screenshot button no longer shows up

Open TLiley2 opened this issue 1 year ago • 4 comments

For some reason the screenshot button no loner shows up

Extension Version: v2.4.1 Browser Name: Chrome Browser Version: v119.0.6045.160

TLiley2 avatar Nov 23 '23 07:11 TLiley2

~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.

chenjr0719 avatar Nov 28 '23 13:11 chenjr0719

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

joggee-fr avatar Nov 28 '23 14:11 joggee-fr

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)

luongson86 avatar Jan 20 '24 10:01 luongson86

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"

macgile avatar Apr 27 '24 12:04 macgile