Is there any way to get some specific style of an element with getComputedStyle method (or any other way) and Ignore browser default style?
e.g: there is an element that I didn't set background color but when I get Computed style, it return rgba(0, 0, 0, 0) background-color which is default browser style and I don't want it.