updates the leaderboard and gamefact automatically
// ==UserScript==
// @name Takepoint.io - gamefact/leaderboard script
// @namespace http://tampermonkey.net/
// @version 1.1
// @description updates the leaderboard and gamefact automatically
// @author You
// @match https://takepoint.io
// @grant none
// ==/UserScript==
setInterval(function(){gameStateRequest.open("GET","https://stats.takepoint.io/gameState",!0),gameStateRequest.send();},2000)