GravityScript – add gravity to websites for fun

This is a general version of the Google Gravity code. I modified this code so it could be used as a prank tool for coworkers and at cyber security competitions


Just Include this file somewhere inside the body or head tag

<script src="//gravityscript.github.io/grav.js"></script>

Or run the bookmarklet by setting this as the link in a bookmark and clicking it while on ANY page. NOTE:NOTE:NOTE some browsers will remove the javascript: when you paste this string in the url bar. You can just add it back in after you paste it.

javascript:var script = document.createElement("script"); script.src="//gravityscript.github.io/grav.js"; document.body.appendChild(script);void(0);

If you include this script or eval this javascript after the body tag has loaded it will do it’s awesome thing.

The standard version waits for a user to move their mouse. This version starts without the mouse moving:

<script src="//gravityscript.github.io/grav.js"></script>

or a shortened version

<script src="//tinyurl.com/gravjs3"></script>

-By Joseph Paul Cohen and others

View the source here: https://code.google.com/p/gravityscript/