今登録してる YouTube チャンネル一覧 (2026年4月版)

今登録して見てる YouTube チャンネル名の一覧を載せます。過去にもやったことあるけど、再びですね。

const channels = [];
document.querySelectorAll('ytd-channel-renderer').forEach(channel => {
  const link = channel.querySelector('a#main-link').href;
  const title = channel.querySelector('yt-formatted-string.ytd-channel-name').textContent.trim();
  channels.push(`- [${title}](${link})`);
});
copy(channels.join('\n'));

大体350件くらいあるみたいです。

ということで、最新の投稿頻度がないチャンネルもとりあえず登録してある感じです。