takepoint.io gamefact/leaderboard script

updates the leaderboard and gamefact automatically

Pada tanggal 04 Juni 2021. Lihat %(latest_version_link).

// ==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)