Replace newtab with any url & keep the addres bar clean!Replace your new tab with any url keeping the address bar clean!
The html page is injected to an iframe, so there is one requirement:
the line below must be placed in <head> of the injected page:
<base target="_parent" />
This will make the links to open in the top frame and everything should work great!