I am trying to use a script with a very simple google chrome extension that removes a specific div of a particular website. However, this particular div is part of the dynamically displayed iFrame on this page, so I cannot access the element.
I tried using "all_frames" = true in my json manifest, but that did not affect. After researching, I found out that this is because the iFrame is dynamically displayed on the website. I have no background pages, since I donβt want to communicate at all, just delete.
How can I (without using setTmeout) load dynamic text?
source share