Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Created October 28, 2022 01:12
Show Gist options
  • Save JimmyLv/9efc5c15a04dd3df4cea3e29e97164c6 to your computer and use it in GitHub Desktop.
Save JimmyLv/9efc5c15a04dd3df4cea3e29e97164c6 to your computer and use it in GitHub Desktop.
提取视频弹幕
document.querySelectorAll('.danmaku-info-row').forEach(e => console.log(e.innerText))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment