gaogaotiantian / biliscope

Bilibili chrome extension to show uploader's stats
MIT License
594 stars 46 forks source link

Load options before everything #129

Closed gaogaotiantian closed 9 months ago

gaogaotiantian commented 9 months ago

Now there's a racing condition between loading the option and instantiating the objects. We should load the options first then do everything else.