Use these credentials:
Find and click on "Mens Competition" event, then go to "Inscripciones"
Open browser console (F12) and run this code:
| ${header} | `; }); excelContent += '|||||||
|---|---|---|---|---|---|---|---|
| ${participant.number} | `; excelContent += `${participant.license} | `; excelContent += `${participant.player} | `; excelContent += `${participant.gender} | `; excelContent += `${participant.level} | `; excelContent += `${participant.handicap} | `; excelContent += `${participant.tees} | `; excelContent += `${participant.observations} | `; excelContent += '
The script will automatically download both CSV and Excel files with all participant data.
If the above doesn't work, you can also: