Reputation: 13
Ucoz runs ads on all free sites whose owners opt not to pay money just to have these ads removed. Right now, there are two types of ads and I wonder if I can remove them from my site by the means of CSS or HTML. Please, advise.
The first one manifests itself as a top banner, it's a div that can be identified by class="ads-top-banner"
.
The second one is a script that launches a pop-up once a visitor enters site and clicks anywhere. One of its tags is data-cfasync="false"
Thanks for any help. You can take this site as an example: sid.at.ua
Upvotes: 0
Views: 219
Reputation: 345
The solution is to put all the content of your site into a div with some id and remove everything except this div on a page load. But I'm pretty sure it is illegal.
Upvotes: 1