// ==UserScript== // @name Trophy Manager - Hide/Show Players // @namespace https://greasyfork.org/it/users/74311 // @description Hide/Show Players in players page // @include http://trophymanager.com/players/ // @include http://trophymanager.com/players/#/a/true/b// // @include http://trophymanager.com/players/#/a/true/b/true/ // @include http://trophymanager.com/players/#/a//b/true/ // @version 1.1 // @downloadURL https://update.greasyfork.icu/scripts/24112/Trophy%20Manager%20-%20HideShow%20Players.user.js // @updateURL https://update.greasyfork.icu/scripts/24112/Trophy%20Manager%20-%20HideShow%20Players.meta.js // ==/UserScript== function fallo() { var k = 0; $("#sq > table > tbody > tr:not(.header):not(:has(td.splitter))").each(function() { $(this).addClass('elemento'); $(this).attr('id', "tr_id" + k); $(this).before("