View Single Post
Another option would be if someone can host their own web page. On the first launch of OW, have a page as the start page that checks to see if a cookie is there. If it's not, set cookie named (for example) start. So when you load that "start page" again, it will see the cookie and do something different based on that result. It could be set as a session variable that goes away when OW restarts, or as a persistent cookie and have OW clear it when it restarts.

The result is, if OW has not already been to that page since the last launch it goes to one page. In this case, a start page. If it has already been to that page, you could just send it to a blank page.

There's other ways to do that as well.