Critical Css Widget Versions Save

A browser widget to extract Critical CSS and Full CSS from a page. Can be used via the browser console.

1.0.2

5 years ago

Encapsulated stylesheet.cssRules in try {} catch(e) {} to prevent permission error for external stylesheets. @albertopontalto

try {
    var rules = sheets[i].rules || sheets[i].cssRules;
} catch (e) {
    continue;
}