Skip to content

Instantly share code, notes, and snippets.

@lagagain
Created October 31, 2020 12:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
TED plugin
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