I'm developing a chrome extension for manipulating HTML elements. I got a little problem. The element that I want to manipulate is without ID or ClassName, like this:
<div style="width: 400px">
I want to manipulate the width. But there is no identifier in the tag div. How can I manipulate that tag using javascript DOM?