not even closeyou want to hide an iframe?
I think you can do it with a bit of css
try style="visibility:hidden;display:none"
why would you want to hide adsense? also, you can put adsense on a div and remove the div with javascript if page is loaded within iframe.
why would you want to hide adsense? also, you can put adsense on a div and remove the div with javascript if page is loaded within iframe.
stumblers dont click ads and ctr drops.can you give a sample of the code?
One way would be to Google "javascript referrer". You could probably do an onload function after you verified if it's not a stumbleupon referrer.
You can forge referrers though.
I'd use php since it's server side. It can still be forged, but it wouldn't be reliant on client side js settings.
sounds good but i am not a programmer
any sample code?