Skip to content

Instantly share code, notes, and snippets.

@Ciantic
Created June 10, 2016 18:26
Show Gist options
  • Select an option

  • Save Ciantic/181fd50009f145fd9ff679c1b9b76171 to your computer and use it in GitHub Desktop.

Select an option

Save Ciantic/181fd50009f145fd9ff679c1b9b76171 to your computer and use it in GitHub Desktop.
Bookmarklet to set Areena Yle Live to fullscreen
javascript: var v = document.getElementsByTagName("object")[0]; document.getElementsByTagName("html")[0].innerHTML = v.parentElement.innerHTML; var o = document.getElementsByTagName("object")[0]; o.style.position = "fixed"; o.style.top = "0"; o.style.bottom = "0"; o.style.left = "0"; o.style.right = "0";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment