inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on May 26, 2009 12:04:40 GMT -8
Global Footer
<script> <!-- /* Exclude certain members from member list by Malagrond */
var hideThese = "(user2|username3)"; // Add more the same way.
// No need to edit below :) hideThese = "action=viewprofile&user="+hideThese; if(location.href.match(/action=members/gi)){ var allLinks = document.getElementsByTagName("a"); for(var i=0;i<allLinks.length;i++){ if(allLinks[i].href.match(hideThese)){ allLinks[i].parentNode.parentNode.parentNode.style.display="none"; } } } --> </script>
~Mala
|
|