YouTube ScreenShoter

Screenshots current YT frame in full quality

< Feedback on YouTube ScreenShoter

Review: Good - script works

§
Posted: 2022-09-24

good script. one fix for line 125 though:

this.SVGPacker(document.firstElementChild.hasAttribute("dark") ? this.storage.icons.iconWhiteSVG : this.storage.icons.iconBlackSVG)

the hasAttribute method is better, because getAttribute returns '' even if it has the attribute dark.

Post reply

Sign in to post a reply.