My most misanthropic Greasemonkey script so far, this one hides user comments on Flickr photos (click the little star to show them if you need to). →script←
If you don't mind hiding the photo description as well, this works fine (without needing the script):
@-moz-document domain(flickr.com){
table .UnderPhoto { display: none !important; }
}
Comments
All fields are optional, email address will not be shown; no HTML, URLs are automatically hyperlinked.

i really am not much techically literate. Can someone tell me how do i do all this. Or point out a tutorial somewhere