With firefox and adblock plus you can block unwanted divs (usually the ones containing ads) by adding certain line to the block list. For example if the div that you wanted to block was named ads-top, you would add the following line:
Is there a way to do this with Konqueror? I couldnt make this work with Konquerors own adblock function.
Thanks.
Code:
#ads-top{display:none !important;}
Thanks.