in pw2, /usr/share/webkit-1.0/pillow/javascripts/search_bar.js has actions for 'badge' and 'discovery' changing neither of which did anything to change the goodreads button, so I tried the action for 'store' instead.
seems like this should work
Code:
store: function () {
//nativeBridge.setLipcProperty(M, "start", B);
// disable wifi
nativeBridge.setLipcProperty("com.lab126.cmd", "wirelessEnable", 0);
nativeBridge.dismissChrome();
},
but does nothing. any hint is appreciated.
this below DOES work, so I'm in the right area
Code:
nativeBridge.setLipcProperty("com.lab126.winmgr", "orientationLock", "L");