Compile-Time / yt-quick-actions

MIT License
9 stars 2 forks source link

Buttons under videos seem to not be working #22

Open cheatfreak47 opened 9 months ago

cheatfreak47 commented 9 months ago

firefox_2023-12-03_19-24-43 The buttons seem to not be appearing here.

Compile-Time commented 9 months ago

This is something I noticed occasionally from time to time as well. I think it is related to how YouTube creates the available actions. Depending on the browser window size elements are hidden or shown. The extension checks for either the existence of the save action or the more options action if it can not find the save action.

I think I overcomplicated the implementation here, because it shouldn't matter if the other buttons exist when placing the extension's custom button.