Twitter is searchable:
Use quotes for "exact phrase"
Use parens and OR for one of multiple words(either OR term)
Use a dash to -exclude
User from: to get from (from:specificSender)
Use to: for sent (to:aSpecificUser)
Use lang: with 2-char language lang:en
Instead of using ID selectors, consider attribute selectors:
The ID specificity is hard to overwrite
#myID = 1-0-0
the attribute selector has the same weight as a class.
[id="myID"] = 0-1-0
and can even be overwritten using itself
[id="myID"] [id="myID"] = 0-2-0