Is there a way to hide inline style tags
style="position:fixed;top:0;"
in HTML tags in the Chrome Dev Tools Elements toolbar
I use a custom JS framework that uses inline styles to style components, and this makes HTML debugging more difficult. element.style{}under the Styles panel, in any case, it shows a style, so in the source it's just a distraction, especially since some of these styles become massive.
source
share