So, guys, to hide all the banners and links that are linking outside of your WL you can put a simple CSS code into your WL! Is made by drexl and it works perfect:
Code:
a[rel="nofollow"] {
visibility:hidden;
}
img[rel="nofollow"] {
visibility:hidden;
}
Thanks again drexl you rock

!
Please share this everywhere on the internet it may help other webmasters!