A pair of Chrome extensions that let you automatically add active players to the current roster in an ESPN NBA/NHL fantasy league.
The extensions can be found in the Chrome Web Store:
Run yarn unpacked
to create a folder suitable for loading as an unpacked extension in Chrome. yarn package
creates a zipped version of the extension, ready to be uploaded to the extension store.
To build only the NBA extension, run yarn unpacked-nba
or yarn package-nba
. For the NHL extension, run yarn unpacked-nhl
or yarn package-nhl
.
If the extension isn't working properly, please report a bug on the GitHub page. To help me figure out what the problem is, the following is very helpful:
- Include screenshots or text that shows your roster and your league settings.
- Check the developer console in your browser for any error messages.
To check for errors, do the following:
- Open the developer console by pressing the F12 key, and go to the Console tab.
- There's a dropdown that sets the log levels. Make sure the "Verbose" level is included so it says "All levels".
- Clear the log by clicking the Clear button.
- Click the Auto button added by the extension.
- The extension should print some debug information to the console. If something goes wrong there may be a red error message or a yellow warning message as well. Either copy the relevant text or take a screenshot that contains all of it.