Filter teams on the ESEA's ranking webpage, javascript to filter the teams of an specific country and set colors if they are qualified for playoffs
The name ESEA is a trademark of ESL Gaming Online, Inc. Tis a third-party browser extension and is not affiliated with ESEA or ESL Gaming Online, Inc. Use it under your responsability
- Only needs to be run once, everytime it detects a division change, refreshes itself.
- Color feedback for teams qualified/unqualified for playoffs, depending on the ladder ranking.
- Working for every past season (Ony for Challenger, Advanced, Main, Intermdiate and Open divisions).
-
It will filter all the teams, and show colors depending on the state of the team.
- Green = qualified for playoffs
- Red = not qualified for playoffs
-
Choose a country to show only the teams from that specific country.
Install the extension and forget to run the script, it will auto load once you are on the https://play.esea.net/league/standings page.
You can find the extension on Firefox Add-ons platform
- Copy the content of the
esea-league-filter.js
. - Open your browser.
- Open the console (Inspect element and console tab).
- Paste it on your console input.
- Run it.
- Copy the content of
esea-league-filter-bookmark.js
- Add a new bookmark on your browser.
- Save the bookmark.
- Once you are on the division's page, click once the bookmark.
- Saw at: https://twitter.com/_Pitu_/status/1613854963364663296?s=20&t=JHM6d5cRPiwn8Ott1C376A
- Based on steps and code of @JVDM and @lopownz from this pastebin