Yahoo!Mail Highlight important emails

Highlight emails coming from specific senders.

Author
blaze-125
Daily installs
0
Total installs
1
Ratings
0 0 0
Version
2024-05-27
Created
2024-05-27
Updated
2024-05-27
Size
1.93 KB
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 = ["[email protected]", "[email protected]".toLowerCase()];

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