borismus / Question-Monitor-for-Stack-Exchange

Chrome extension for monitoring Stack Exchange sites such as Stack Overflow, etc.
http://smus.com/stack-exchange-question-notifier
Apache License 2.0
23 stars 9 forks source link

Support all StackExchange sites #5

Closed TomTasche closed 11 years ago

TomTasche commented 12 years ago

Hello Boris,

I think support for more members of the StackExchange family makes your extension a bit more useful. So, here's a patch adding ALL sites to your extension.

Have a great day Tom

borismus commented 12 years ago

Is that really all of them? There might be a more elegant way of getting the list from the stackexchange API itself. I'm a bit wary of trying to stay in sync manually.

TomTasche commented 12 years ago

Yep, it's every site found at: http://stackexchange.com/sites

I don't like hardcoding the sites either, but I couldn't find a cleaner way to do it...

borismus commented 12 years ago

I think this should do it: http://api.stackoverflow.com/1.1/usage/stackauth-methods/sites

Thanks for the pull req BTW. If you're interested in implementing something that fetches that list on load, would very much appreciated it.

TomTasche commented 12 years ago

Oh nice! Yep, I'll try to find some time.