This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# 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 | ||
|
||
# How to run it | ||
## Console | ||
1. On your browser copy the content of the `esea-league-filter-raw.js. | ||
2. Paste it on your console input. | ||
3. Run it. | ||
|
||
## Bookmark | ||
1. Copy the content of `esea-league-filter-bookmark.js` | ||
2. Add a new bookmark on your browser. | ||
3. Save the bookmark. | ||
4. Once you are on the division's page, click once the bookmark. | ||
|
||
# Screenshots | ||
![image](https://user-images.githubusercontent.com/11246294/213533813-0680d13b-cb13-4917-bedd-a1c0566c97cf.png) | ||
![image](https://user-images.githubusercontent.com/11246294/213533970-422af6bd-8d65-486d-bc53-a311fa715189.png) | ||
![image](https://user-images.githubusercontent.com/11246294/213534061-a42598ee-0654-4f02-89ff-a3631965ff2d.png) |