I have created 4 div boxes in html but don’t know why an additional box is automatically created although i have not created it in the code and when i inspect that stuff
i got this thing <div id="crx-root-main"></div>
Can Somebody tell me why this is happening
enter image description here
enter image description here
I have created 4 div boxes in html but don’t know why an additional box is automatically created although i have not created it in the code and when i inspect that stuff
i got this thing <div id="crx-root-main"></div>
Can Somebody tell me why this is happening
enter image description here
enter image description here
2
Answers
I can not see any extra boxes!! The div you are asking for indicates a Chrome extension.
means that the code was injected by live server:
So, if you dislike that injected code, then you could ask the sysadmin to avoid injecting that into your code. Or change the service you are using. A sad solution would be to actively remove it when the page load finished, like
Please try to resolve this in a manner that not ends up running the hack above.