Is it possible to manipulate CSS data before it is parsed in WebKit?
I\'ve tried using the delegate method
- (NSURLRequest *)webView:(WebView *)send
As long as you can keep it under the 10MB limit, there is always stringByEvaluatingJavaScriptFromString and then do some loading of the CSS dynamically.