I have a web-page with the open Dev/F12 Tools (in Chrome).
When the page is resized, one of the observed div's style properties is modified certainly by some JavaScript code (chrome displays modified properties in purple):
Is there a way to know, what exactly JS code does it, track the JS source of the modification of a DOM element?