Looking around in /usr/share/webkit-1.0/pillow/javascripts, I found that many JS call nativeBridge.
Something drew my attention:
Code:
nativeBridge.setTitleBarWinParams({forceVisible: true});
and similar:
Code:
nativeBridge.setTitleBarWinParams({forceVisible: false});
but there are lots of usefull things.
The point is: as nativeBridge is here used in a JS, is it possible to make the same from a WAF?
I tried in my WAF, but no luck... (something tells me it isn't possible!)
EDIT: Thanks to Geekmaster!!!