kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
446 stars 35 forks source link

Bugfix/sometimes ui gets removed by page #14

Closed pedrocatre closed 7 years ago

pedrocatre commented 7 years ago

I noticed that some pages accidentally remove the HTML of the TabSwitcher breaking its functionality. One example of this is when you are signed in in the wunderlist web application.

In this branch I'm reattaching the TabSwitcher HTML if the element is not found when it is being made visible for use. This fixes the problem.

kamranahmedse commented 7 years ago

Thanks 👍