gaogaotiantian / biliscope

Bilibili chrome extension to show uploader's stats
MIT License
575 stars 45 forks source link

Fix ad check code #165

Closed gaogaotiantian closed 2 months ago

gaogaotiantian commented 2 months ago

value?.extra?.goods_cm_control != 0 is not intended as value?.extra?.goods_cm_control could be null.

We should do a positive check first, then filter out all the negatives, and assume the link is ad.