I made a few changes to the script over the weekend. The data will now be saved in a file which can be downloaded, eliminating the "save as" step. Also, the file will now include codes that have the players name preceeded by his position and/or team name.
For example, if you specify a prefix of 'nyy' for the Yankees, you will get the following results:
nyy2 will insert Derek Jeter
Preceed that with a 't' and it will include the team name:
tnyy2 will insert New York Yankees Derek Jeter
Preceed with a 'p' for position:
pnyy2 will insert shortstop Derek Jeter
And finally team and position can be included with 'tp':
tpnyy2 will insert New York Yankees shortstop Derek Jeter
Again, this was tested modestly in only a windows environment and using the latest versions of IE and Firefox.