New-friends' notices auto-closer !! :)
For those who add a lot of friend, sometimes it's very annoying close all those "New-friend" alerts, and we have to click on each one's cross button to close them all... That can take some time...
I wrote a javascript function to solve this situation, and close all alerts in auto-mode, and you don't need to click on any "Dismiss" button...
javascript:function searchdismiss(){if(i!=document.getElementsByTagName("a").length){num=i;myString=document.getElementsByTagName("a")[num].innerHTML;myRE = new RegExp("Dismiss", "i");if(myString.match(myRE)){document.getElementsByTagName("a")[num].click();i=i+1;setTimeout(function(){searchdismiss();},1000 );}else{i=i+1;searchdismiss();}}else{alert('Job done! All New-Friend alerts dismissed!');}}i=0;searchdismiss();
Copy the code above, go to your personal member page (iconbuffet.com/people/*your_username*), paste it on the URL/location bar, and press ENTER.
Give it a try, and please tell if it worked for you...
And if you are coder too, and have a way to make the script better, please let me know!
Enjoy!


