YouTube Screenshot

Screenshot the current frame of any YouTube video

< Feedback on YouTube Screenshot

Review: Good - script works

§
Posted: 2024-02-25

感謝製作腳本,可以截圖到剪貼簿很方便!
另外,為了增加快速鍵,但是無法偵測到按鈕的CSS代碼,所以我加入了 $btn.id = 'ytp-screenshot-button'
之後加入腳本內的快速鍵
https://greasyfork.org/zh-TW/scripts/383570-more-youtube-hotkeys

//{key: "S", mods: "S", desc: "截圖到剪貼簿Screenshot to clipboard (搭配腳本https://greasyfork.org/zh-TW/scripts/482387-screenshot)", func: a => eleClick('#ytp-screenshot-button')},

Thanks for making the script, it is very convenient to be able to screenshot to the clipboard!
In addition, in order to add shortcut keys, but the CSS code of the button could not be detected,
I added
$btn.id = 'ytp-screenshot-button'

for add hotkeys in
https://greasyfork.org/zh-TW/scripts/383570-more-youtube-hotkeys
{key: "S", mods: "S", desc: "Screenshot to clipboard (https://greasyfork.org/zh-TW/scripts/482387-screenshot)", func: a => eleClick('#ytp-screenshot-button')},

§
Posted: 2024-05-18

意外發現了更新,感謝作者為此更新,辛苦了
I accidentally discovered the update. Thank you to the author for updating it. Thank you for your hard work.
^^~

Post reply

Sign in to post a reply.