Hacker News new | ask | show | jobs
by hackernews 5227 days ago
I've tried this but find it to quite a pain to remember what browser I should be looking at what in.

What I want is a browser where I can be logged into Google, and any link I click will open that link in my "private" (not logged into Google) browser. Same with Facebook, Twitter, etc.

So I've started developing XUL apps to run each in their own sandbox.

1 comments

I agree that it could get tedious, but I'm compartmentalized (not OCD ;-) enough in how I do things, that it has worked well for me so far.

Your XUL apps approach sounds interesting. Can you offer any pointers on what you do and how others could do it too?

It's pretty simple right now. I only spent an hour or so on it and will post it to GitHub when I get some more time to iron out a few kinks.

Basically you open the XUL app for the service you want to access. It acts as a chromeless firefox browser and intercepts any links you click. If it's an external link it opens it in your default browser where you wouldn't be logged into google preserving a bit of anonymity.

Thanks.

I also found this link http://www.ibm.com/developerworks/xml/tutorials/x-xulintro/ after a little searching. I'll try it out.