Search engine

Question by Jay:
Is there a way to strip ads from a webpabe by using either server side or client side scripting?

I am working with someone that needs a specific site blocked killingtime.com… They need it blocked from both search results and from directly typing in the address… I just had an idea though to try and find a way to strip the ads out of pages… This isnt to mess people out of revenues via the web but to keep younger children from seeing porn on the side and top of this site… Any help would be greatly appreciated…


——————————————

Answer by Estelle
Use CSS – you can make the ads “display: none; visibility: hidden;”

You can also use JavaScript and the DOM to do it if there are frames that you have to target and they are served from the same server. Use PHP to only impact killingtime.com – that way it will be squashed before it is sent to the browser.

Hope that makes sense.

——————————————
What do you think? Answer below!