This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* criticalCSS by @dansajin. based on @scottjehl's criticalcss.js | |
* run this in a browser console or create a bookmarklet. | |
* lists rules per css file. | |
* does not include cross origin css files and inline css. | |
*/ | |
(function(){ | |
var sheets = document.styleSheets, | |
host = window.location.host, | |
maxTop = 1200, |