I want to parse the CSS files that are loaded with an HTML page but I don’t want to make AJAX calls to reload the CSS files that have already been loaded. Is there any way to access the pages unparsed CSS text?
For example, it would allow one to access -moz-* declarations in Safari.
You could load your CSS using AJAX.
This can be done using LazyLoad: