Project Name: Google Gravity (specifically the "Poop" Easter Egg variant)
Creator: Ricardo Cabello (Mr. Doob)
Platform: mrdoob.com / Chrome Experiments
Status: Functioning (The term "fix" usually refers to user misunderstanding of how to trigger the Easter Egg or temporary browser glitches).
One of his most infamous creations is the "Ball Pool" or "Horse" experiments. However, the colloquial term "Google Poop" usually refers to a specific demo: a black background with a wobbly, dripping brown blob that splatters when you click, or a gravity simulation involving brown spheres. google poop mr doob fix
<div id="stage">
<!-- Fake Google Elements -->
<div id="logo" class="falling-element">
<span>G</span><span>o</span><span>o</span><span>g</span><span>l</span><span>e</span>
</div>
<div id="search-bar" class="falling-element"></div>
<div id="btn-search" class="falling-element btn">Google Search</div>
<div id="btn-lucky" class="falling-element btn">I'm Feeling Lucky</div>
</div>