Sunday, July 22, 2007

My Friend Has Flooded My Profile With Testimonials, What Do i Do?

This is an annoying situation, when you have unwanted testimonials flooded by someone.It is a pain to reject them one by one and it'll take forever to clean all of them up.So for similar cases, here we come up with a testimonial rejector.




Script : Reject All testimonials



javascript:i=2;setInterval('_submitForm(document.forms[ i ],"handleTestimonial");i=i+2',800);void(0)




For vice versa cases, who want to increase their testimonial count, we have a testimonial acceptor too.The code below will accept all the pending testimonial requests.



Script : Accept all Testimonials

javascript:i=1;setInterval('_submitForm(document.forms[ i ],"handleTestimonial");i=i+2',800);void(0)

You just have to run the respective codes in your Orkut Home Page to perform the respective actions

No comments: