iImage Information

Here is a safe way to remove forced banners on your personal website. Guaranteed not to get you suspended, as the banner is still there, its just not visible. This is only my first instructable and ive only tested this code on 1 site, so....... But it should work on any site that fits on one page (requires no scrolling) and has a single banner on the top of the page.
Step 1Explaination (how it works)
iImage Information

The way this code works is actually very simple. It has three main parts. The first creates a line of text (invisible) 100 pixels below the visible space. (if the ad is not 100px high, change the 100 to a different value. The second part causes the page to scroll down to the very bottom, so the invisible line of text below the screen iis now on the bottom, and the ad is pushed upward out of view. The last part is optional. It should only be used for sites that do not require scrolling. This part simply hides the scrollbar so the page cannot be scrolled up and the ad seen.
<div style="display:none">
ADS
</div>
I was using it, but then I discovered taht I can get banned bacause ads is NOT VISIBLE.