(adsbygoogle = window.adsbygoogle || []).push({});
Here's my tutorial on how to remove advertisements on any site you want
Personally I hate it when I click on an ad by mistake, or just the sight of them being there.
1.Open Notepad and type the following
iframe {
display: none;
}
2.save the file as "ads.css" (no quotes)
3.once it's saved and you remember where you saved it, you can open IE and go to tools, Internet Options, and Accessibility under the General Tab.
4.Now under "user Style Sheet", check the box saying "Format documents using my style sheet", and click browse.
5.find the file and click open. then just keep clicking ok until you're out of the Internet options.
6. Close and re-open IE and there should be no more annoying ads.
Now I am not 100% sure if this works for every single web page, but for every site i've tried, it has worked.