What is this weird div in google chrome?

If I go to any page with the latest version of google chrome and open developer tools, there is this weird div, which is the first element <body>on all HTML pages:

<div style="position: fixed; top: 0px; left: 0px; height: 0px; width: 0px; z-index: 9999999; ">
    <div style="position: fixed; top: 100%; height: 0px; ">
        <div style="position: relative; ">
        </div>
    </div>
</div>

It is present on every page that I view, including this page in Stack Overflow. I wonder if anyone else sees this or knows why he is there?

+2
source share
3 answers

I think you should run some extension adding it. I do not see this with the latest Chrome on my end (no extension).

+5
source

- , Chrome? . , , .

+3

Extensions can modify the source code of web pages before downloading, so yes, maybe this is the one you installed.

+3
source

All Articles