Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
window.results ??= await (await fetch(`${window.location.href.split('/').slice(0, 7).join('/')}/api/competitions/all?${new URLSearchParams({query:'Meeting Hauts-de-France Pas-de-Calais'})}`, {
  "headers": { "authorization": auth },
})).json()
results.divs.flatMap(div => div.tables).flatMap(table => table.body).toReversed().map((r, i) => `| {{ord|${i+1}}} || [[${r.startDate.slice(0, 4)} Meeting Hauts-de-France Pas-de-Calais]] || {{dts|${r.startDate}}} ||<ref>{{tilr|${r.competitionId}}}</ref>`).join('\n|-\n')
// [...Array(2024 - 1908)].map((_, i) => `| {{ord|1}} || [[${1908 + i} Millrose Games]] || {{dts|${1908 + i}|abbr=y}} ||`).join('\n|-\n')