Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active June 29, 2024 22:04
Show Gist options
  • Select an option

  • Save wilmoore/1f7cb822a48ed713c09e214f2f1f7598 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/1f7cb822a48ed713c09e214f2f1f7598 to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Browser :: Extension :: Development :: Capture Current Video Frame as Screenshot

Software Engineering :: Web :: Browser :: Extension :: Development :: Capture Current Video Frame as Screenshot

⪼ Made with 💜 by Polyglot.

related
research

Capture Current Video Frame as Screenshot

Adds a keyboard shortcut to YouTube videos that captures a screenshot of the video at the current timestamp and places it onto your clipboard so you can paste it into a document or an image editing program for further manipulation.

Add Custom Command To "Keyboard shortcuts" menu

Hidden

image

Active

image

Section: General

image

Section: General » Toggle mute (m)

image

Add New Shortcut Line Item: Capture Screenshot (CTRL + p) after Toggle mute (m)

image

<ytd-hotkey-dialog-section-option-renderer class="style-scope ytd-hotkey-dialog-section-renderer">
  <!--css-build:shady-->
  <!--css-build:shady-->
  <div id="label" class="style-scope ytd-hotkey-dialog-section-option-renderer">Capture Screenshot</div>
  <div id="hotkey" class="style-scope ytd-hotkey-dialog-section-option-renderer">CTRL + p</div>
</ytd-hotkey-dialog-section-option-renderer>

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment