SteamDatabase / BrowserExtension

💻 SteamDB's extension for Steam websites
https://steamdb.info/extension/
BSD 3-Clause "New" or "Revised" License
776 stars 55 forks source link

Display badge position on profile #38

Closed Revadike closed 5 years ago

Revadike commented 5 years ago

image

It would be cool if the top game owner and top level owners position could get displayed on the respective steam profiles.

Revadike commented 5 years ago

I'd make a pull request myself, but I kinda need an API for this. I wouldn't want to scrape the page.

xPaw commented 5 years ago

This would require polling an API for each profile you visit, I don't want to do that. Same applies to #39

Revadike commented 5 years ago

Ever heard of cache? Just get the entire top 500 list and keep it for 24h or something? :S

xPaw commented 5 years ago

I don't want to do that.