You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
450 B
JavaScript
22 lines
450 B
JavaScript
(function (w) {
|
|
var mail_suffix = w.mail_suffix || [
|
|
'@qq.com',
|
|
'@company.com',
|
|
'@163.com',
|
|
'@163.net',
|
|
'@126.com',
|
|
'@outlook.com',
|
|
'@188.com',
|
|
'@gmail.com',
|
|
'@hotmail.com',
|
|
'@yahoo.com',
|
|
'@yahoo.com.cn',
|
|
'@sina.com',
|
|
'@sohu.com',
|
|
'@tom.com',
|
|
'@msn.cn',
|
|
'@live.cn',
|
|
];
|
|
|
|
w.mail_suffix = mail_suffix;
|
|
})(window); |