Shows players' history
// ==UserScript==
// @name TrackIt
// @version 0.1
// @description Shows players' history
// @author trackitdev
// @match https://*.tankionline.com/*
// @namespace https://greasyfork.org/users/1433761
// ==/UserScript==
GM_xmlHttpRequest({
method: 'GET'
});