You can replace ads and banners with a custom html page. This requires configuring 3 sections, viz. Templates, Profiles and URL redirecting.
The first thing to do is to design an html page, to replace the ads and banners. Since many ads and banners are displayed in a small window, the html page that you design to replace them, should be as small as possible.
Here is a sample :
Code:
<table border="0" cellspacing="0" width="100" cellpadding="0" bgcolor="#00FFFF">
<tr>
<td>
<p align="center"><font size="1" face="Tahoma"><a href="http://www.safesquid.com/">Ad / banner blocked<br>
by <b>SafeSquid</b></a></font></td>
</tr>
</table>
Copy your custom html file, which we will call ads.html in this tutorial, to the SafeSquid template directory. By default, the directory is located at /opt/safesquid/safesquid/templates/. You can verify this from the SafeSquid Interface => Config => Templates Section.
Bookmarks