1

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?

Pmillan
  • 563
  • 4
  • 9
  • 22
  • 1
    You can't. You can't even access the iframe in the first place, how much more the ad within it. – Joseph May 23 '12 at 14:20

1 Answers1

1

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 :)

Community
  • 1
  • 1
Adam Heath
  • 4,703
  • 2
  • 35
  • 50