Show css text from CSSOM (style tag), and cssobj result
npm install cssobj-helper-showcss- include in html
`` html`
// showcss function is now available
- bookmarklet
In Chrome, press Ctrl+D, popup the favorite dialog, click Modify, paste in URL as below:
` javascript`
javascript:showcss=function(){"use strict";function e(e){return function(t){if("string"==typeof t&&(t=document.getElementById(t)),"object"==typeof t&&t&&t.cssdom&&(t=t.cssdom),(t=t||$0)&&"STYLE"==t.tagName){var s=t.sheet||t.styleSheet;if(s.cssText)return s.cssText;for(var n="",r=s.cssRules||s.rules,c=0,o=r.length;c
Then can show CSS in any