Chrome 개발자 도구를 사용하여 GMAIL에로드 된 모든 스크립트 내에서 검사 / 검색하는 동안이 코드를 찾았습니다.
if (!a && !c) {
c = m_c(this, d, b, this.Jk);
c = hZc(new cZc(this.rv(b)), c, b, "");
if (Ea(c))
c = null ;
else {
var e = this.Yp.zi("sx_dl"),
d = "see attached|see attachment|see included|is attached|attached is|are attached|attached are|attached to this email|attached to this message|I'm attaching|I am attaching|I've attached|I have attached|I attach|I attached|find attached|find the attached|find included|find the included|attached file|see the attached|see attachments|attached files|see the attachment";
/^(zh|ja|ko)/.exec(e) ? d = "(" + d + ")" : (e = /[^!-~\s]/.exec(c) ? "(?:[\\s!-/:-@[-`{-~])" : "\\b",
d = e + "(" + d + ")" + e);
c = (c = (new RegExp(d,"i")).exec(c)) ?
c[1] : null
}
if (c) {
(d = !this.bx.dIa('It seems like you have forgotten to attach a file.\n\nYou wrote "' + (c + '" in your message, but there are no files attached. Send anyway?'))) ? this.Tq.ra(fRa, c.toLowerCase()) : this.Tq.ra(cRa, c.toLowerCase());
c = d;
break a
}
}
코드를 자세히 관찰하면 GMAIL과 일치하는 단어입니다.
see attached
see attachment
see included
is attached
attached is
are attached
attached are
attached to this email
attached to this message
I'm attaching
I am attaching
I've attached
I have attached
I attach
I attached
find attached
find the attached
find included
find the included
attached file
see the attached
see attachments
attached files
see the attachment
및 경고 It seems like you have forgotten to attach a file. You wrote <matched words> in your message, but there are no files attached. Send anyway?