Yeah, I'm trying to do some grep -ril "configureChrome" / but nothing so far to hide the statusbar.
It gave me
/opt/var/local/mesquite/adviewer/scripts/adviewer.js
/opt/var/local/mesquite/kft/javascripts/kft.js
/opt/var/local/mesquite/ku/javascripts/ku.js
/opt/var/local/mesquite/mfa/javascripts/mfa.js
/opt/var/local/mesquite/odac/javascripts/odac.js
/opt/var/local/mesquite/prime/javascripts/prime.js
/opt/var/local/mesquite/shared/javascripts/pillow.js
/opt/var/local/mesquite/shared/js/chrome.js
I'm inspecting each file to see if I can find something interesting to hide it. adviewer.js has a really big configureChrome. But nothing to hide it.
In WebView they used a thing called InterrogatePillow and injecting javascript functions there, but I'm getting no results. Calling "nativeBridge.hideMe()" this way does nothing. Or I'm looking in the wrong directions as I have no idea how interrogatePillow works.
Yes, "find" utility is there.
|