Jquery – Find elements where text contains entries from a list/array
I'm working on a custom user script that will block/mark users from my list. Say the list will contain strings "EvilJoe", "ToxicWill" & "NegativeSara". I want to find all, say, "span.username" elements where text inside the span contains one of…