FutureMillennium / Screenshot-YouTube

Chrome extension: Take a screenshot of any YouTube video with one click.
https://chrome.google.com/webstore/detail/screenshot-youtube/gjoijpfmdhbjkkgnmahganhoinjjpohk
133 stars 29 forks source link

[Chrome] Screenshot button no longer shows up #30

Open CommicKick69ing opened 1 year ago

CommicKick69ing commented 1 year ago

For some reason the screenshot button no loner shows up

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

chenjr0719 commented 1 year 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.

joggee-fr commented 1 year 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

Weird. This extension only adds an HTML node into the DOM. Could you check if the HTML node of type

luongson86 commented 10 months ago

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)

macgile commented 7 months ago

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"