damianmgarcia / Hide-n-Seek

Hide promoted jobs and companies on LinkedIn, Indeed, and Glassdoor.
https://damianmgarcia.com
34 stars 4 forks source link

Hide n' Seek 4.1.2 #13

Closed damianmgarcia closed 1 year ago

damianmgarcia commented 1 year ago

This release reduces the frequency of, and possibly eliminates, an issue in which the Hide n' Seek UI occasionally disappears (#11). Since the issue seems to be related to a bug in Chrome that causes service worker listeners to become unresponsive, I redesigned and optimized some logic and was able to create a version of Hide n' Seek that now works with less dependence on some of the affected listeners. The following are some details of these changes:

After a few days of testing, I have not seen a recurrence of this issue, but I will continue testing and tracking this issue and provide updates on #11.

Another bug unrelated to the previous was also fixed: Previously, the popup's main (body) scrollbar, which is only necessary when page zoom is greater than 100%, was available, but not visible, because it was black on top of a black background. Now the scrollbar is visible so that users with a page zoom greater than 100% can easily use it.