Post Reply 
remove those scoial media links!!!!
Jun. 28, 2010, 08:17 AM
Post: #5
RE: remove those scoial media links!!!!
in GreenBrowser, i use two plugins that put a blue square around all div's with class names -
Code:
<script language="JavaScript">

var t=document.getElementsByTagName('div');for(i=0;i<t.length;i++){void(t[i].style.padding='5px;');b=t[i].className;h=t[i].innerHTML;void(t[i].innerHTML='<p style=\'color:blue;font-weight:bold;\'>class='+b+'</p>'+h);void(t[i].style.border='2px solid blue');}

</script>
and a red box around all div's with id names -
Code:
<script language="JavaScript">

var t=document.getElementsByTagName('div');for(i=0;i<t.length;i++){void(t[i].style.padding='5px;');b=t[i].id;h=t[i].innerHTML;void(t[i].innerHTML='<p style=\'color:red;font-weight:bold;\'>id='+b+'</p>'+h);void(t[i].style.border='2px solid red');}

</script>

then add those names to sidki's "sAdKey" keyword in Exc-U/IncEx-U...

for the image you posted, it would not surprise me that ONE class/id will get rid of that entire right-side eyesore...
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
remove those scoial media links!!!! - bugger - Jun. 07, 2010, 12:02 AM
RE: remove those scoial media links!!!! - JJoe - Jun. 10, 2010, 02:15 AM
RE: remove those scoial media links!!!! - JJoe - Jun. 28, 2010, 01:01 PM
RE: remove those scoial media links!!!! - ProxRocks - Jun. 28, 2010 08:17 AM
RE: remove those scoial media links!!!! - JJoe - Jul. 21, 2010, 01:29 AM
RE: remove those scoial media links!!!! - JJoe - Nov. 12, 2010, 12:50 AM

Forum Jump: