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
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Currently the extension only considers it a match if the URL of a result is exactly the same as that of the current tab. URL scheme changes are thus ignored.
OTOH, URL query is a complicated matter. Some include content ID in it, some don't. It's naive to just remove all of them.
Currently the extension only considers it a match if the URL of a result is exactly the same as that of the current tab. URL scheme changes are thus ignored.
OTOH, URL query is a complicated matter. Some include content ID in it, some don't. It's naive to just remove all of them.