Greasy Fork is available in English.
Highlight emails coming from specific senders.
Add your desired email addresses to the 'emailAddressList' array.
When you're done with it, it should look something like this
var emailAddressList = ["[email protected]", "[email protected]".toLowerCase()];
if you do not want to get an alert, then make 'alertMe' false.