How about sharing your modifications?
Yes, of course!
I've downloaded the source code from:
For building the cordova.jar, I've followed the instructions from this post (the title says cordova 2.2.0, but works for current version of source code):
Before building, open in eclipse the file "InAppBrowser.java", located in the folder "src/org.apache.cordova" and do the following modifications:
1) Change the text "Done" in line 410: close.setText("Done");
2) If you want to hide some component in the location toolbar, comment some of the lines between 457 and 459. I only want the "Done" button to show, so I've commented lines 457 & 458:
toolbar.addView(actionButtonContainer);
toolbar.addView(edittext);
Hope this helps! Best regards,
Ricardo Quiros