Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save awildbrysen/202875a8e183f71bdde0de38a372127f to your computer and use it in GitHub Desktop.
Save awildbrysen/202875a8e183f71bdde0de38a372127f to your computer and use it in GitHub Desktop.
Move the yt live chat right underneath the video
javascript: (() => { const chat = document.querySelector('ytd-live-chat-frame#chat'); const flexy = document.querySelector('ytd-watch-flexy'); const columns = document.querySelector('#columns'); flexy.insertBefore(chat, columns); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment