Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image
  4. image

Comments (35)

Avatar
Regular

did you know that pigeons make milk?

Avatar
New

Pigeon, you are the reason for at least 50 suicides, but you are also the reason that, if I were to have suicidal thoughts, I would not suicide. I live for pigeon milk!

Avatar
New

Fair

Avatar
New

that’s inappropriate.

Avatar
Regular

Saw this on YouTube today.

Decided to read entire comic to get here

I will hopefully stay till the end.

Avatar
Regular

the ultimate solution when someone is sad for no reason, just destroy them for making themself sad

Avatar
Regular

I mean, at least are not depressed anymore, right?

Avatar
New

Just read your update and this page on webtoons, so nice to read from you again.

So you are an entomologist, huh? That's so cool, I always said I wanted to be one as a kid. Didn't take that route, but I still love bugs.

And this website is so nice. Will you maybe add some easter eggs or some hidden stuff? I think you will hehe

Anyways, great page, glad to be reading "Broccoli Soup" again. I also just realised that I already "read" this page on YT, but I didn't realize that it was a new page XP

Avatar
Regular

Bowl of Student

Add Comment

* Required information
8000
Drag & drop images (max 3)
Captcha Image
Powered by Commentics

Want to know when the comic updates? Subscribe to my newsletter!

jQuery(document).ready(function () { var alt_down = false; jQuery(document).keyup(function(e) { if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus')) return; if(e.which == 18) { alt_down = false; } }); jQuery(document).keydown(function(e) { var url = false; if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus') || alt_down) return; if (e.which == 37) { // Left arrow key code url = jQuery('comic_url_prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('a.comic-nav-next').attr('href'); } else if (e.which == 18) { // Alt key code alt_down = true; } if (url) { window.location = url; } }); });