Hey everyone!
About a month ago, I started developing a Chrome and Firefox extension that could filter CF standings by country. For this to work, I developed a Python crawler that separates all Codeforces users by country and creates all the countries lists (since Codeforces lists have a limited size of 1000, I first sorted them by active users, then by rating).
After that, I developed a Chrome and a Firefox extension so anyone could filter their standings by any country! :)
It currently just supports normal Contests or Gyms, but I would love to hear any suggestions from you guys so I can improve it for everyone.
Also, it is an Open Source project! So if any of you like, you can open Pull Requests, Issues or Clone it!
Links: Github repository, Chrome extension, and Firefox extension
I'd like to thank brunomont for having the initial idea, rafaelgo for teaching me how to start creating a Chrome extension and emaneru for encouraging me to write this post!