Hide Flickr Comments (Greasemonkey)

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; }
}