Agar.io Expose — helper script for agar.io modding. It allows you access to game state (e.g., visible cell positions and names, and much more) inside your mods.
Just install expose.user.js using Tampermonkey (Google Chrome) or Greasemonkey (Firefox).
After then, you will be able to access internal agar's variables using window.agar object.
See project wiki for an API reference.
This mod is released under the terms of MIT license.
Contributions are welcome.
Thanks JRobH for the original expose.