minj / foxtrick

FoxTrick is a browser extension for the Hattrick online football manager game, currently available for Firefox, Google Chrome, as well as for Opera.
https://www.foxtrick.org
GNU General Public License v3.0
69 stars 48 forks source link

Fix senior team shortcut to last lineup #1704

Closed dominiquelee closed 1 year ago

dominiquelee commented 1 year ago

The order of matchs in the Matches page was reversed recently. Thus, we need to use the first lineup, not the last.

Interestingly, the first hit of querySelector is not the first lineup in the list, but the one in the featured last match / next match at the very top of the page.

The newlineup redirection was deleted in March. This aligns SeniorTeamShortcuts with TeamPopupLinks. This fixes #1698.

minj commented 1 year ago

Thanks :+1: