Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Clarify features and how it works
Browse files Browse the repository at this point in the history
  • Loading branch information
marqdevx committed Jan 21, 2023
1 parent 48432a8 commit 5c96abb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Filter-ESEA-League
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

## Features
* 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 too.

# How it works
1. Run the script
2. Type the country that you want to filter (first characte on capital letter)
3. Run the script as much as you want, no need to reload the page everytime you want to filter.
* 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.

# How to run it
## Console
Expand Down

0 comments on commit 5c96abb

Please sign in to comment.