inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Aug 7, 2008 15:13:34 GMT -8
This will remove the links to the birthdays on each day in the calendar. Done as a request
<script> /*Remove Birthday Links from Calendar Created By Wrighty Do Not: Rip, Repost or Claim*/
var a = document.getElementsByTagName('a'); if(location.href.match(/=calendar/)){ for(x = 0; x < a.length; x++){ if(a[x].innerHTML.match(/\d+\sbirthday(s)?/)){ a[x].style.display = 'none'; } } } </script>
Main Footer
|
|