<!-- Matter.js is the physics library used to "fix" the gravity --> <script src="https://cdnjs.cloudflare.com/ajax/libs/matter-js/0.19.0/matter.min.js"></script>
// 2. Create Physics Bodies for our DOM elements const domElements = document.querySelectorAll('.falling-element'); const bodies = []; google poop mr doob fix
Save this as mrdoob_fix.html , open it in Chrome. Congratulations. You have just fixed the internet. const bodies = []
: Visit mrdoob.com/projects/chromeexperiments/google-gravity/ to see the classic falling effect. Save this as mrdoob_fix.html
: While not a Google parody, it is one of his most popular experiments where you can shake the browser to move colorful interactive balls. The "Interesting Article" Context