Yahoo!Mail Highlight important emails

Highlight emails coming from specific senders.

Author
blaze-125
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
2024-05-27
Created
2024-05-27
Updated
2024-05-27
License
MIT
Applies to

Add your desired email addresses to the 'emailAddressList' array.
When you're done with it, it should look something like this
var emailAddressList = ["someone@somewhere.com", "SomeOneElse@SomePlaceElse.cOm".toLowerCase()];

if you do not want to get an alert, then make 'alertMe' false.