Link lists
- Non scouted — NT players and Candidates
- Old updates — NT players and Candidates
- Teams without facilities — Teams of NT players and Candidates
- Old updates — Teams of NT players and Candidates
- My scouted players — All
- My scouted players — NT
- My nonscouted players — NT players and Candidates
- Players without teams — All
- Old updates — All players
- Old updates — Teams of all players
- Daggered teams
- Teams without league
- Teams without name
- Teams of needed players
- Teams of needed players (Senior)
- Teams of needed players (Middle)
- Teams of needed players (Youngest)
var sport = "hockey" // hockey, soccer, handball, basketball
var tab = "myscouted" // nonscouted, oldplayerupdates, teamswofacilities, oldteamupdates, myscouted, myscoutedinternationals, mynonscouted, playerswoteam, alloldplayerupdates, oldteamplayersupdates, daggered, teamswoleague, teamswoname, teamsofneededplayers
var page = 1 // 1+
var limit = 100 // 1...1000
var link = "https://ppmntdb.ovyshnivsky.pp.ua/" + sport + "/auto/" + tab + "/?page=" + page + "&limit=" + limit
var selector = "#gamedatalinklist a"
var attr = "href"