Skip to content

Instantly share code, notes, and snippets.

@LewisGet
Created February 13, 2021 09:05
Show Gist options
  • Save LewisGet/0380395dc1757b5fb1dddc91ccb4cc38 to your computer and use it in GitHub Desktop.
Save LewisGet/0380395dc1757b5fb1dddc91ccb4cc38 to your computer and use it in GitHub Desktop.
document.querySelectorAll("yt-live-chat-text-message-renderer #content #message").forEach(function (ele) { console.log(ele.innerText); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment