javascript:(function(c){var a='[tabindex=\'0\']{background:yellow}[tabindex]:before{content:attr(tabindex);color:red;font-weight:bold}[role]{background:pink}[role]:before{content:attr(role);color:green;font-weight:bold}',b=c.getElementById('a11y-css-highlight');if(b){b.disabled=!b.disabled;}else{b=c.createElement('style');b.id='a11y-css-highlight';b.type='text/css';if(b.styleSheet){b.styleSheet.cssText=a;}else{b.appendChild(c.createTextNode(a));}c.getElementsByTagName('head')[0].appendChild(b);}})(document);