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
Would it be better to instead use something like regexp("https://[^./]*\\.slack\\.com/.*")? This should match the chat interface (for any team), but without affecting slack's main/corporate page...
The text was updated successfully, but these errors were encountered:
eg. https://slack.com/jobs/dept/engineering is hard to read.
Would it be better to instead use something like
regexp("https://[^./]*\\.slack\\.com/.*")
? This should match the chat interface (for any team), but without affecting slack's main/corporate page...The text was updated successfully, but these errors were encountered: