YouTube再生リストからテキストを得る
code:js
const s = $$('ytd-playlist-panel-video-renderer #video-title')
.map( el => el.innerText)
.join('\n')
copy(s)