Your
generous donations help keep this site online!
|
Getting Rid of AdFrames on Free Web Pages
AdFrames are frames that appear on free
webpages and serve a neverending stream of banners and crap, and can't
be scrolled off-screen. AdFrames on free webpage providers are insidious
in that they are embedded in not the page but the browser window itself,
latching on like little parasites and coming along for the ride for as
long as that browser window remains open. Even if you surf off the ad-laden
site in search of greener pastures, SURPRISE! The constantly-reloading
adframe tags along and forces ads onto any other sites you surf in that
window, above and beyond all the ads that already litter the new page.
|
Getting rid of adframes Anywhere
...
<SCRIPT> <!-- if(top!=self) top.location.href=self.location.href; //--> </SCRIPT> ... |
If you have a provider with
paranoid sysadmins (ahem again, Xoom) that scan for this type of code,
use this instead:
...
<SCRIPT> <!-- eval(unescape("%69%66%28%74%6f%70%21%3d%73%65%6c%66%29%7b%74%6f%70%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%65%66%3d%73%65%6c%66%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%65%66%3b%7d%0a")); //--> </SCRIPT> ... |
This script works on sites that use adframes such as:
To provide the viewer
with the option of breaking frames but not actually breaking them automatically,
use the following script instead:
...
<SCRIPT> <!-- if(top.location.href!=self.location.href) document.writeln('<A HREF="'+self.location.href+'" TARGET="_top">Break the frames!</A>'); //--> </SCRIPT> ... |
Makes you wonder how the XoomBar ad doesn't qualify as advertising on member pages? We-e-e-el....it was a deceptive trick of wording: by Xoom's definition, since the ads are loaded into a separate frame instead of the actual page's HTML they technically don't count as being "on" member pages, and so they are technically not lying. For their cheap deception, though, I award a Jackass Award to xoom.com, and the anti-adframe scripts above to its burned members.
Be careful, though; there are no second chances at Xoom. If you get caught with this script, your page is gone, no warning, no questions asked, for good. (You can't re-signup the same username; TOS violation accounts are locked out.) To make it less conspicuous, you can put the script into a .js file, and call it from the pages with a <script src=...> tag. Since Xoom is known as a vigilant TOS enforcer and I've had reports of member-sites being scanned for naughties and anti-adframe scripts, you're strongly encouraged to use the encrypted script above instead of the plaintext one.
** If you're a webmaster maintaining links to a page on Xoom, you can spare your visitors the evils of the adframe by linking the page with a URL like this: