what I'm trying to do is using an (external) html page within my page. Due to my page main color is black I want to change / inject the css of the iframe page. I'm not redistricted on the technology due to the page runs just local.
e.g. this page
should get a black background and a white font.
I tried a couple of ways. One idea is to read the html and replace
e.g. the css file, but due to the mentioned page gets loaded dynamical via Javascript its not working (for me). Maybe this is a good approach? I'm open to other approaches as well...