const iframe = document.getElementById("myIframe");

iframe.onload = function () {
    const style = document.createElement("style");
    style.innerHTML = "body { background-color: red !important; }";
    
    iframe.contentDocument.head.appendChild(style);
};

				
			
				
					div#mydotframe, nav#hamnav {
    display: none !important;
}