I'm using video.js and videojs-ima plugin in order to create ad pre-rolls on videos, however; Google's Ads SDK creates an ad countdown timer through the videoAdUi
and it appends it through a iframe
which means I cannot affect or change the styles within the iframe.
I also found this, but obviously I'm trying to achieve the opposite.
Here's a picture of my problem.
I'm trying to get rid of the Ad: (00:14)
and keep the one I already have. Like I've already mentioned, I followed the trail to figure out it was in a iframe with the class of videoAdUiAttribution
in a container of videoAdUiBottomBar
.
I found this as well, but again. Their documentation isn't the best and I can't seem to find anything that tells me how to go about disabling/hiding it.
Thanks in advance!