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 redir_to_coach after 2023/07 coach reform #1707

Closed dominiquelee closed 1 year ago

dominiquelee commented 1 year ago

This fixes #1706.

The recent coach reform changed the Hattrick-generated link from the player page to the specialist page. The player page barely contain any information about the coach status (salary + link to specialist page), so there is no point in opening it.

Trying to redirect to a null URL is a no-op operation, so in case of error, we would only open the Players page.

This feature has been removed from Hattrick for a few years at this point.

minj commented 1 year ago

Thanks

dominiquelee commented 1 year ago

Oops, I messed up, I didn't parse the URL to make it relative. This PR is broken and doesn't fix anything.