为什么 <head> 中有 'This is not a zero-length file'

Why there's 'This is not a zero-length file' in <head>

当我检查网页(甚至是 Whosebug)时,我总是看到

<style type="text/css">/* This is not a zero-length file! */</style>
<style type="text/css">/* This is not a zero-length file! */</style>

(是的,两次)在 <head> 标签的底部。

Google 给出 no answer 关于...

它来自Chrome吗?有什么意义?

编辑

感谢其他人的回答。此代码由 Instant Translate Chrome 扩展程序生成。

尝试禁用您的扩展程序,看看它是否仍然存在。如果它消失了,尝试一个一个地启用你的扩展,找出罪魁祸首。