Infinite Self Squashing

Welcome to the infinite squashing of self-squashed pixels.

Here you will find:

    var squashedPixels = 1000;
    while (true) {
      console.log("Squashing...");
      squashedPixels += 1;
    }
  

And so it continues...

Enable debug mode for even more squashing fun!

Go back to the infinite loops