jerrod-lankford / google-voice-desktop-app

An electron shell wrapper around the google voice website
245 stars 36 forks source link

Update DOM parsing mechanism for badge count #150

Closed elquimista closed 1 year ago

elquimista commented 1 year ago

Google Voice recently updated its DOM so notification count shows doubled number. This PR tries to fix this issue (short term fix I guess because it will break again if Google changes DOM structure again) by narrowing down the querySelector scope.