Created
April 23, 2022 20:17
-
-
Save awildbrysen/202875a8e183f71bdde0de38a372127f to your computer and use it in GitHub Desktop.
Move the yt live chat right underneath the video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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