I tried to inject a style using this code:
document.body.style.color=\'green!important\';
Per the CSS cascade ref, by applying the !i
!i
style.cssText is the only way to add !important.