Get text contents of UIWebView
NSString *contents = [webView stringByEvaluatingJavaScriptFromString: @"document.body.innerText"];