From 5c96abb5f3ea58c51831ff27dabb4ebf1bd74413 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Sat, 21 Jan 2023 20:56:45 +0100 Subject: [PATCH] Clarify features and how it works --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d57eec..3151a30 100644 --- a/README.md +++ b/README.md @@ -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