Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Google Browser?

Google Browser?

Scheduled Pinned Locked Moved The Lounge
csharpasp-nethelpquestionannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris Buckett
    wrote on last edited by
    #1

    Is there such thing as a google browser? Ok, I know there isn't, but here's the problem: I use Firefox, and I use gmail and google calendar, and I'd also use google reader, and possibly google docs and spreadsheets if the browser existed. So, What I'd like is a customised version of firefox that has tabs that only contain the google applications and doesn't register itself as a browser. Any new windows that are created are opened in another instance of firefox. To clear session state of other websites (and debugging asp.net apps), I wouldn't have to close the google browser, just the other instances of firefox (I have cookies set for only the firefox session). I could use opera or ie7 for google stuff and firefox for everything else, but then links wouldn't be opened in firefox (especially important if I'm using google reader). Does anybody have any ideas? Ta ChrisB

    B 1 Reply Last reply
    0
    • C Chris Buckett

      Is there such thing as a google browser? Ok, I know there isn't, but here's the problem: I use Firefox, and I use gmail and google calendar, and I'd also use google reader, and possibly google docs and spreadsheets if the browser existed. So, What I'd like is a customised version of firefox that has tabs that only contain the google applications and doesn't register itself as a browser. Any new windows that are created are opened in another instance of firefox. To clear session state of other websites (and debugging asp.net apps), I wouldn't have to close the google browser, just the other instances of firefox (I have cookies set for only the firefox session). I could use opera or ie7 for google stuff and firefox for everything else, but then links wouldn't be opened in firefox (especially important if I'm using google reader). Does anybody have any ideas? Ta ChrisB

      B Offline
      B Offline
      Bert Otherside82 Derijckere
      wrote on last edited by
      #2

      Firefox allows you to create multiple user profiles. Each profile contains its own settings (favorites, cookies, history, ...) You should be able to make 2 profiles and have the 'google' profile have all the pages as homepage See http://www.mozilla.org/support/firefox/profile#new[^] for user profile creation. Hope this helps

      C 1 Reply Last reply
      0
      • B Bert Otherside82 Derijckere

        Firefox allows you to create multiple user profiles. Each profile contains its own settings (favorites, cookies, history, ...) You should be able to make 2 profiles and have the 'google' profile have all the pages as homepage See http://www.mozilla.org/support/firefox/profile#new[^] for user profile creation. Hope this helps

        C Offline
        C Offline
        Chris Buckett
        wrote on last edited by
        #3

        Bert [Otherside82] Derijckere wrote:

        make 2 profiles

        Thanks for that, It seems like that might work, if I were able to run multiple profiles at once :confused:. Ok, after a bit of googling, I can open 2 profiles at once by putting the call to the google profile in a batch file:

        @echo off
        set MOZ_NO_REMOTE=1
        start "" "C:\Program Files\Mozilla Firefox\firefox.exe" -p "Google"
        set MOZ_NO_REMOTE=0

        Now I just need a method to open links in the default profile from the google profile. ChrisB

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups