Originally posted by oten638
Originally posted by pabst
Since no one has screamed about it destroying their team, I'm putting it here for posterity's sake.
Sorts a teams offered contracts page by position and shows the number & level of players on the roster at each position. It also will remove the confirmation prompts when deleting offers if you edit the script (set the removeConfirmation variable to true).
http://userscripts.org/scripts/show/39306
i just installed it, it sorted them fine, but now cant retract or delete offersOops, left out a word. Redownload or edit line 151.
change this:
redirectTo('/game/team_offers.pl?team_id=' + teamId + '&delete_offer=' + id);
to this:
unsafeWindow.redirectTo('/game/team_offers.pl?team_id=' + teamId + '&delete_offer=' + id);