=== Plugin Name === Contributors: Will Busby Tags: Critical CSS, Above the fold CSS Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds a button to the Wordpress admin bar to generate Critical CSS (WEBKIT BROWSERS ONLY) == Description == Adds a button to the admin bar that generates the Critical CSS for the current page in the javascript console. Strips out the #wpadminbar and #wp-admin-* strings for your convenience. Based on the code created by Paul Kinlan, which is here: https://gist.github.com/PaulKinlan/6284142 == Installation == 1. Upload `generateCritical.php and critical.js` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the page where you want to generate the Critical CSS 4. Click the 'Generate Critical CSS' button and go to your development console and click 'console'. The critical CSS should be here.