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
If you start on https://github.com/icholy/ContainerScript and click on the "Issues" tab it doesn't switch containers. I think this happens because Github is using turbolinks and doesn't actually re-load the page 🤔
How could I match any part of the URL?
E.g.
if (url.href.includes("abc")) return "ABC";
doesn't catchhttps://somehost.com/xyabcdef
.The text was updated successfully, but these errors were encountered: