TED plugin
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
let block_keeper = document.querySelector("div.bg\\:white:nth-child(1) > div:nth-child(1) > div:nth-child(1)"); | |
let video_region = block_keeper.firstChild; | |
block_keeper.style.height = "400px"; | |
video_region.style.width = "700px"; | |
video_region.style.position = "fixed"; | |
video_region.style.zIndex = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment