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
We could extract all code related to page detection in a new file and expose a simple interface for them. This includes URL checks mostly using the latest location, but some DOM checks as well.
As per this discussion in #99 (comment).
We could extract all code related to page detection in a new file and expose a simple interface for them. This includes URL checks mostly using the latest
location, but some DOM checks as well.