Answers for "style inside iframe"

7

custom iframe

<iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
Posted by: Guest on April-15-2020
1

iframe innerthtml

//Make sure to select 'top' from JS context dropdown menu in chrome devtools console

document.querySelector('iframe class/id').contentWindow.document.querySelector('body').innerHTML
Posted by: Guest on October-14-2021

Browse Popular Code Answers by Language