Chrome Extension for mapping recruit hometowns using GDAnalyst website
This extension is for coaches who play Gridiron Dynasty on Whatifsports.com (WIS).
When you search for recruits, the web page displays the recruits hometown (City, ST). This extension modifies the hometown to be a URL that opens the GDAnalyst website (gdanalyst.herokuapp.com) and leverages its mapping capability to show you where the recruit is located compared to all human coaches in that world and division.
The extension also inserts links to the respective GDAnalyst schedule page and GUESS page for the currently active team, the previouos game's opponent, and the current game's home/away teams. And it also adds an "Analyze" link to the current and previouos games which will analyze the box score using GDAnalyst game analyzer.
- Install the extension from the Firefox Add-on site here.
- By default it will only run when you click the Extension Icon. You can change the extension to "Always Allow on Whatifsports.com", and it will then work automatically.
- Chrome extension is available from Chrome Web Store here.
- Do a "Recruiting Search" on WIS GD.
- The recruits' hometowns should be modified with a + sign in front and have a hyperlink.
- Click on each hometown link and it will open a new tab and map the recruits location relative to human coaches in your world and division.
- ALso, if you open a Recruit's Profile Page, the hometown will be hyperlinked and map the recruits location.
- On your team's schedule page, you can click the Link to GDAnalyst Page to open GDAnalyst game analyse/schedule page for your team.
- On your team's schedule page, next to each box score is a green + icon. Click it and GDAnalyst website will analyze the box score for you.
- On your team's main page, the Previous Game includes an "Analyze" link which will analyze that box score using GDAnalyst.
- On your team's main page, underneath the Current Game section, there are links to GUESS and GDAnalyst Schedule page for the Home and Away teams. At half-time of the current game, there will also be an "Analuyze Box Score" link.
- Fixed minor queryselector issue.
- Fixes an issue where sometimes the order of 2 elements were not rendered the same on different browsers, the logic would pick the wrong element to update, and would fail to insert the links.
- Fixed issue where the links stopped getting inserted after the new upcoming is shown on main office page.
- Added GDAnalyst schedule link and GUESS link for the previous opponent.
-
Added links to GDAnalyst Schedule Page and GUESS page for the Active Team in the upper right corner.
-
Added GDAnalyst Analyze link for the previous game's box score.
-
Added GDAnalyst Schedule Page and GUESS page links for the current game's Home and Away teams.
-
Added GDAnalyst Analyze link for the current game's box score. (Only visible at half-time of current game).
-
On the Recruit Profile page, GDAnalyst Hometown link will now show on every tab of the Recruit Profile page.
-
In the active team's schedule page, as well as the team's profile schedule tab, the extension will insert a link to the active team's schedule/game analysis page on GDAnalyst website.
-
Next to each boxscore link, the extension will insert a small green plus icon that is hyperlinked to GDAnalyst game analysis. Clicking the green plus icon will open GDAnalyst in a new tab and analyze the boxscore.
- Resolves an issue where the page updates made by the extension may disappear if certain actions are taken on the page (e.g. clicking check box to add a recruit to your watchlist or changing some of the search filter options at the top).
- Restructured the code into multiple functions.
- Added more code comments.
- Enhancement - When you perform a Recruiting Search, if a recruit is "yellow" for your school, the recruit's row background will be YELLOW, and if a recruit is "green" for your school, the recruit's row background will be GREEN.
- Enhancement - When you open a recruit's profile page, the hometown will now be linked to map location on GDAnalyst website.
- Ok, this time I really fixed the issue where URLs were not working correctly for certain schools. (pretty sure at least)
- Fixed issue where the URLs were not working correctly for certain schools.
- Resolved bug when changing Recruit Search to use the Ratings View where there is no Hometown column.
- Updated manifest file to support Firefox v109 or newer. Note: Extension is pending approval by Mozilla.
- Resolved a bug where the Hometown column was not getting selected correctly, which was resulting in incorrectly updating the page content/URLs.