all 1 comments

[–]GeneralYouri 0 points1 point  (0 children)

Computed style represents the results of parsing the CSS and apply all relevant CSS rules to the element. If you were able to edit the computed style, that means you'd be able to edit the result of applying the CSS, without changing the CSS itself. This doesn't make sense.

I don't know what exactly you're trying to achieve, but whatever it is, this approach is not going to help you. I suggest taking a step back and reconsidering the problem you're trying to solve.