Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

When I inspect a web page (even stackoverflow), I always see

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

(yes, twice) at the bottom of the <head> tag.

Google gives no answer about that...

Does it come from Chrome? What's the point?

Edit

Thanks the others for the answer. This code was generated by the Instant Translate Chrome extension.

like image 442
Sebastien Avatar asked Nov 01 '22 06:11

Sebastien


1 Answers

Try disabling your extensions and see if it remains. If it disappears, try enabling your extensions one by one, to find the culprit.

like image 93
Steve Avatar answered Nov 11 '22 07:11

Steve