try to take over the world!
// ==UserScript==
// @name MANYLAND GRAVITY HACK
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://manyland.com/*
// @grant none
// ==/UserScript==
(function() {ig.game.gravity=250
'use strict';
// Your code here...
})();