The extension's button badge disappears when pressing the back or forward browser buttons between job search result pages on Indeed.
The Hide n' Seek content script currently only notifies the background script and popup script, which are responsible for updating the badge, whenever there are changes to the Hide n' Seek UI. However, when bfcache is in use, the content-script persists in memory, and thus going backward/forward doesn't cause any changes to the Hide n' Seek UI that would normally trigger the content-script to notify the background and popup scripts.
The extension's button badge disappears when pressing the back or forward browser buttons between job search result pages on Indeed.
The Hide n' Seek content script currently only notifies the background script and popup script, which are responsible for updating the badge, whenever there are changes to the Hide n' Seek UI. However, when bfcache is in use, the content-script persists in memory, and thus going backward/forward doesn't cause any changes to the Hide n' Seek UI that would normally trigger the content-script to notify the background and popup scripts.
A fix for this issue will be released soon.