I know that some would critic what I want, but I will ask my question.
I know that we can't get the style of an element if their css weren't formated inline. So I want a regex (because I am not very good to make one) that will get all the style
tags and will apply a regex for their innerHTML
to make an array like this one :
css["myDiv"]["color"] -> "red"
Without using getComputedStyle
because of the browser incompatibility.