Getting Content of Current Page
As document.documentText() does not work properly, IEPro provides an API for getting the content of current page(i.e., page source).
var text = PRO_documentText(); //do somthing with text...