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

Fixed Player.getAttributes, which was broken by full-body update #1727

Closed unnecessarydave closed 5 months ago

unnecessarydave commented 5 months ago

The restructuring of Player.aspx by the full-body avatar update on 2023-11-07 caused getAttributes() to no longer capture experience, leadership, loyalty, and player personality attributes.

This meant the player position contribution values in Player.aspx were incorrect.

A modified CSS Selector gets this working again.

minj commented 5 months ago

Thank you for the contribution