I saw that a couple of days ago, and I still haven't figured out a
robust and easy way of doing it. Its certainly something that Ubiquity
doesn't yet cater for.
I suppose opening about:blank may work, but you'd need to only alter the
page once the "load" event is fired. I haven't checked this, but that
may mean you won't be able to go through FUEL (ie,
Application.activeWindow.activeTab).
I'll have a think on this, and post anything I come up with.
- Blair
This of course means that you'll have to wait until 0.1.3 if you wish to
use that method.
Another way would be to host a skeleton HTML file on a website
somewhere, open a tab for that, wait for it to load, then make
alterations. But of course, you'd have to do all that manually. 0.1.3
should have an API function to do all that stuff for you.
- Blair
- Blair