Message from JavaScript discussions
March 2018
— Lel
CSSStyleSheet.cssRules
Returns a live CSSRuleList, listing the CSSRule objects in the style sheet.
This is normally used to access individual rules like this:
styleSheet.cssRules[i] // where i = 0..cssRules.length-1
To add or remove items in cssRules, use the CSSStyleSheet's deleteRule() and insertRule() methods, described below.
— I just ran it and it worked for me, I am in Chrome 64.0.3282.186
— I'll try it then
— They locked it because of "security". btw, installed firefox 59, debugger looks better.. hmm
— I'll get to that later haha, maybe we can all pitch in and even add compat tables
— XD Maybe
Add to resume:
> Contributed to MDN
— Yes due to cross origin security
— Already did when no one documented DocumentFragment
features enough
— Hate security
— If it is same-origin it should work
— It doesnt work from local drive, im developing at local