You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When website has a real favicon and removeFaviconTag function tries to remove it, a JS exception is being thrown - this happens because in the loop at line 58 you are trying to access element which was previously removed.