I'm looking for some javascript or jquery script to remove google ads from an iframe document, which is hosted on a different domain.
Is it possible?
I'm looking for some javascript or jquery script to remove google ads from an iframe document, which is hosted on a different domain.
Is it possible?
You cannot see Get DOM content of cross-domain iframe
Unless you have control of some script in that frame, in which case you can do some fancy postMessage stuff, but if you have control, then remove the ads there :)