How can I use Private browsing alongside already open regular browsing window?

''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/816143]''
Hi,
Whenever I start Private browsing, all the tabs and windows which are already open closes and then the Private browsing window opens. All the tabs and windows reopen after I stop Private browsing. What I exactly need is to open a new Private browsing window so that I can continue using the existing tabs. Is there a way of achieving this in Firefox 4?

(also looking a solution)
There was an addon that did exactly this but it's discontinued now. It probably worked the same way as you laid out here.
Now is there another add-on that does the same thing?

Similar Messages

  • How can I use In Private browsing alongside already open regular browsing window?

    Hi,
    Whenever we start Private browsing, the existing tabs and windows we are currently working on closes and reopens only when the Private browsing is stopped. What we exactly need is, a new Private browsing window should open so that we could work on all the tabs which are currently open. Is there anyway to do this?
    Thanks for your good deed with FF4. It's just awesome!

    (also looking a solution)
    There was an addon that did exactly this but it's discontinued now. It probably worked the same way as you laid out here.
    Now is there another add-on that does the same thing?

  • How can I use terminal to make links open in same window the default behaviour, as it was in Safari 5.0, How can I use terminal to make links open in same window the default behaviour, as it was in Safari 5.0

    In Lion, the default of pressing a link on a web page, is to open the page in a new tab. In itself, I do like this because this is what I did for 19 out of any 20 links, which I command+clicked in previous Safari versions.
    However, there is a snag to this behaviour. Most (all?) secure site do not like links to be opened in a new tab. For example, when I am doing Web banking, The the linked page doesn’t open in new tab. Rather I get a page telling me my login session is expired. Probably a security measure instituted by my bank.
    I since found out, that a command-click opens lings in the same window. Theoretically that solves the problem, if I would think about this all the time. I don't. Old habits die slowly.
    Is there a terminal command to make links open in same window the default behaviour, as it was in Safari 5.0.

    Hi Eric,
    I got it figured out today, basically you have to load the Parallel Flash Loader first into FPGA ram. It is a special .sof file (pfl_epXXXX.sof) based on your FPGA. Code is actually pretty straight forward, using the Sys Exec VI. Use the windows based programmer to generate the .cdf file that identifies your FPGA, attached Flash and .pof file .
    Syntax was odd going into Sys Exec. Note the extra "C" in in front of the "quartus_prm.exe" I have no idea why that was needed, but I was getting an error until I just happened to put it in there (Blind Luck :-))
    I used a 2 element array going into a four loop
    cmd /cquartus_pgm.exe -c USB-BLASTER -m JTAG -o P;pfl_epXXXX.sof
    cmd /cquartus_pgm.exe -c USB-BLASTER -m JTAG S_FPGA.cdf
    Defining the working director C:\altera\12.1sp1\qprogrammer\bin
    And added match string with "Successfully performed operation" on the output in the loop to make sure everything loaded correctly then adding the array to give me a overall P/F
    To anyone doing this same thing Altera's documentation is poor to say the least. It took most of a week to figure this out Not allowed to upload code, so anyone wanting details just post here and I will try to help. This was painful, with lots of lessons learned.
    Thanks for the interest though
    Best regards John

  • How can we use Custom MessageBox in SelectionChangedEvent of LongListSelector for Windows Phone 8

    Dear Sir/Madam,
    How can we use Custom MessageBox in SelectionChangedEvent of LongListSelector for Windows Phone 8.
    Actually my problem is that When i am using Custom  MessageBox in SelectionChangedEvent of LongListSelector,when i am click Open(Left Button) it's working fine and navigated correctly,But when i am Click the No(Right Button) then it stayed in same page
    but all that page is in stuckup i mean that page is not working and not doing any event.
    My C#.net Code
    private async void userPageLongListSelector_SelectionChanged(object sender, SelectionChangedEventArgs e)
    if (e.AddedItems.Count > 0)
    if (userPageLongListSelector.SelectedItem == null)
    return;
    if (dbTenMin == null)
    dbTenMin = new Database(ApplicationData.Current.LocalFolder, "tenMInDBSchema.db");
    await dbTenMin.OpenAsync();
    var res = (sender as LongListSelector).SelectedItem as _10Min._10MinClass.minUserPages;
    var resIndex = (sender as LongListSelector).ItemsSource.IndexOf(userPageLongListSelector.SelectedItem);
    string selectedPageName = res.userPages.ToString();
    string selectedPageDesignUser = res.pageDesignUser.ToString();
    int selectedIndex = resIndex;
    CustomMessageBox messageBox = new CustomMessageBox()
    Caption = "Message...!",
    Message = "This form need offline datalist,Please load now.",
    LeftButtonContent = "Open",
    RightButtonContent = "No"
    messageBox.Dismissed += (s1, e1) =>
    switch (e1.Result)
    case CustomMessageBoxResult.LeftButton:
    string uidAndpwd = _10MinClass._10MinStaticClass.csUidAndPwd.ToString();
    _10MinClass._10MinStaticClass.csDataListPageDetails = selectedPageDataDetailsForSchema.ToString();
    _10MinClass._10MinStaticClass.csAllDataLists = offlineDataBaseDataListNam;
    _10MinClass._10MinStaticClass.csNotCreatedSchemaNameOfDBList = notCreatedDataLists;
    userPageLongListSelector.SelectedItem = null;
    if (dbTenMin != null)
    dbTenMin.Dispose();
    dbTenMin = null;
    NavigationService.Navigate(new Uri("/10MinformDataList.xaml", UriKind.Relative));
    else
    NavigationService.Navigate(new Uri("/10MinformDataList.xaml", UriKind.Relative));
    break;
    case CustomMessageBoxResult.RightButton:
    break;
    case CustomMessageBoxResult.None:
    break;
    default:
    break;
    messageBox.Show();
    Same custom messagebox code working in Phone_BackKeyPress event i am writing the code in Right Button that e.OriginalSource.ToString(); then it is working fine.
    But It is not working in Selection Changed Event in LongListSelector control in Windows Phone 8.
    Please help me,as soon as possible.
    Thanks & Regards,
    SrinivaaS.

    What happens if you leave the implementation for LeftButton empty as well , does the page gets stuck in that case also, if you press left button?
    i.e.
    CustomMessageBox messageBox = new CustomMessageBox()
    Caption = "Message...!",
    Message = "This form need offline datalist,Please load now.",
    LeftButtonContent = "Open",
    RightButtonContent = "No"
    messageBox.Dismissed += (s1, e1) =>
    switch (e1.Result)
    case CustomMessageBoxResult.LeftButton:
    break;
    case CustomMessageBoxResult.RightButton:
    break;
    case CustomMessageBoxResult.None:
    break;
    default:
    break;
    messageBox.Show();
    http://developer.nokia.com/community/wiki/Using_Crypto%2B%2B_library_with_Windows_Phone_8

  • How can I use flashplayer that is already installed on my PC without downloading more?

    I already have Adobe flashplayer 12 installed on my Windows7 computer, however I can't get it into my Firefox add-ins. How do I use what I already have, without downloading more stuff?

    Note that both IE (ActiveX) and Google Chrome (Pepper) come with their own versions of Flash that are developed by Adobe in cooperation with the developers of those browsers to get the best performance.
    Firefox uses a different (NPAPI) Flash plugin than IE (ActiveX), so make sure to install the Flash Player plugin for Firefox.<br />
    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    You can get the latest version of Flash Player here:
    * http://www.adobe.com/special/products/flashplayer/fp_distribution3.html

  • When I open a new window (App etc) the windows already open disappear. How can I fix this ?, When I open a new window (App etc) the windows already open disappear. How can I fix this ?

    When I open a new window (App etc) the windows already open disappear. How can I fix this ?

    Back up all data.
    Please triple-click anywhere in the line below on this page to select it:
    defaults delete com.apple.dock single-app && killall Dock
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered. You can then quit Terminal. Test.

  • How can I use Find my Phone in my Pc with Windows 7?

    I am a new Iphone user, and I am rather lost in some issues. For example, How can I install and use Find My Phone in a Windows 7 environment.
    Thanks and regards

    Download  the iCloud control panel for Windows, http://support.apple.com/kb/DL1455 and follow setup info from http://support.apple.com/kb/PH12803 so that all you need to do is open the iCloud control panel, login to your iCloud account, and click Find My Phone to see the information on the device.

  • How can I turn off Recently Websites when opening new Safari window? After tapping on the two overlapping boxes on the bottom right of Safari, a new blank window appears with Favorites, but now in iOS 8, recently viewed websites are listed.

    How can I turn off Recently Visited Websites when opening new Safari window?
    After tapping on the two overlapping boxes on the bottom right of Safari, a new blank window appears with Favorites, but now in iOS 8, recently viewed websites are listed. How can I turn this function off? I do NOT want my new Safari windows to have history displayed of previous websites I visited. I only want my Favorites (on the top) to be displayed. Please help.
    Thank you for your time, patience, understanding, kindness, and concern.

    Thanks for replying, but that isn't the answer I am looking for.  Also, there is no + sign, UNLESS you do tap the overlapping boxes.
    Let me try to ask my question a little more clearly:
    When I tap the two overlapping boxes on the lower left (the option to Open New Windows), the new Window that appears will show your Bookmarked FAVORITES. But with my new iPhone 6, and the new iOS 8.0.2, when I tap the two boxes to open a New Window, my Bookmark Favorites show (as they always have and should), but below them, there is a dividing line underneath them, and it says Recently Viewed Websites, and has these websites available to tap.
    So my question is, HOW DO I TURN THESE OPTION OFF?
    *UPDATE  (10.13.14): Since I have asked this question, I no longer see these Recently Viewed Websites under my Bookmarked Favorites in my new Window tabs. So I hope that Apple fixed it, or somehow it was a mistake, or somehow I changed an Option on my iPhone 6 that stopped this for reoccurring.
    Thank you for your help bobseufert! I appreciate your concern, kindness, and the time to try to help. I am grateful.
    Have a blessed day.

  • How can i use the shared object already present in the system from java.

    explanation:
    Actually there are shared objects present in the jdk which is used by java itself.I want to know if i can use the methods in any library file(shared object) which is already present in the system.
    Or the question can be put this way how does the java call the native methods? (Can we do that explicitly) in our code.

    It isn't entirely clear what you mean by 'shared' objects and what the relationship with these shared objects and calling native code is.
    There are no shared objects in the Java language, only the java platform.
    The platform system properties are exposed via the System class (java.lang package).
    You are free to create your own shared objects by using static member access or some other mechanism.
    Your access to methods in any of the API's is dictated by the access type you have, normally public being the only completely open access allowing complete visibility.
    You can call native methods, thats what JNI is for. Calling native methods in classes other than your own is generally done using the API provided by the developer(s) of those classes.

  • How can i use 3d pdf on my mac? Under windows i can open my pdf with 3d animation but under mac it is not possible. İ also check the web site of adobe, but there are no information about it. Please help.

    Hello who can help me?
    İ need to open the 3d animation pdf. But my mac is not able to open it and my friends have also the same problem.
    İ need this information for my work. İt would be very nice if someone could tell me how i can open the 3 d animation .pdf files. Under windows it is no problem, because adope reader is open it. İ also check the site of adobe to find answers, but no results.

    If there is no info on Adobe about it, this is probably a case where there is a special 3D plugin that Adobe has access to on your PC.    You need to find out what software generated the 3D.  Then you can find out if there is an equivalent Mac compatible plugin.    That said, you can always run Windows on an iMac Intel if push comes to shove:
    https://discussions.apple.com/docs/DOC-2741

  • How can i use a stylus in photoshop cc on a windows 8 touch

    hi i want to paint using a jot flip sytlus on a windows 8 touch screen but it is not brushing as it needs a left cklick on a mouse to work

    Hi Sheryl.  I must admit, I looked at your post earlier, and it was too obscure to get a handle on (did I really just say 'handle'? ).  But I think I can see where you are coming from now.  Yes, the manipulation of paths has changed a wee bit with CC, but it is pretty intuitive, and a lot of it will still work fine using your old methodology.
    Take a look at some of these Julieanne Kost blog posts
    https://blogs.adobe.com/jkost/tag/path-selection-tool
    I find the most reliable way to make individual point selection work first time every time, is to select the Direct Selection tool > and with the shape/path layer selected, drag a tiny marquee around your target point.  You can then click drag that point to edit the shape or path.
    But there are so many ways to do the sort of thing you are talking about.  If you make a copy of the text layer, and make the lower of the two in the layer stack bigger (Free Transform with Alt Shift) you can then turn that lower text layer into a path or shape to manipulate it.
    Or you could add a broad stroke around the text on a new layer.  Ctrl click the stroke to load it as a selection, and turn the selection into a path using the icon at the bottom of the Paths panel, and then manipulate its points.  If you want to make the stroke a solid filled layer, then I don't know of a better way than dragging a marquee around the inner points wth Direct Selection tool, and hitting Delete.
    It's an interesting subject, so please keep asking about anything you are not sure about.

  • How can l use my face view to open or unlock my iPad mini , rather than using passcodes?

    Pl help how to use your face to unlock your iPad mini ?

    You don't.
    Facial recognition is not supported.
    My understanding is it does not work very well.
    http://www.androidpolice.com/2012/08/03/android-jelly-beans-face-unlock-liveness -check-circumvented-with-simple-photo-editing/
    http://www.dailymail.co.uk/sciencetech/article-2522605/Unlock-phone-FACE-Hidden- software-lets-Android-owners-use-head-PIN-people-similar-looks-able-hack-it.html

  • How can I use Boot Camp in Mountain Lion to mount Windows XP?

    I would like to use Windows XP on my 2009 13" MBP in Boot Camp? I have tried and it only asks for Windows 7 and when I use XP it says unable to install.
    1. Is this usual?
    2. If so, is there a work around?
    I do not have Windows 7 nor will I purchase it. I want to use this computer primarily as Widows XP as my new 2012 MBP is for Mac! Please help!
    Thank you!

    I concur with dalstott with the following additional information:
    1.  I am currently typing on my 2009 MBP.  I installed Windows XP in Bootcamp soon after I purchased it.  I then upgraded it to Snow Leopard and then later to Lion, and Lion is what I run today.
    Bootcamp continues to function with Windows XP installed.  I also have Parallels 7, and, as one of the features of Parallels, I am able to use the Bootcamp partition to run Windows XP within Parallels, as well, for concurrent use of Windows XP and Mac OS X Lion (saving me the duplication of hard disk space if I had to have both the Bootcamp partition and the very large file that Parallels would create for Windows XP).
    2.  There may well be a way for you to install Bootcamp and Windows XP in Mountain Lion without restoring Snow Leopard:
    This method requires access to a WIndows 7 upgrade disc, but you do not need the serial number and you never actually upgrade to WIndows 7 (stop after Step 8):
    User Tip: BootCamp - Install Windows XP & then Windows 7
    NOTE: Although the author of this User Tip suggests that it will work on all Macs running Mt. Lion, if you read the thread, you will see that others have had problems, and my post suggesting that this method will only work if the Mac could originally install Bootcamp with Windows XP such as yours and mine.
    3.  While searching for tip #2, I also came up with this suggestion:
    Installing WinXP on Lion or above without BootCamp
    Good luck and be sure to come back and let us know what works for you!

  • How can i using MDT 2010 to deploy multiple partitions Windows 7 image?

    Hello,
    I am planning using MDT as a deploy windows 7 solutions. My Windows 7 is setup on parition 1 "C:" and users profile on parition 2 "D". I am already capture WIM for each paritions. How can i using MDT 2010 to deploy multiple partitions for Windows 7
    image? together
    Thanks

    Having the users folder on a separate partitions is a bad idea because the Windows Setup was not really designed for it, it's more of a afterfix. In addition to that the deployment solutions in general have problem dealing with multiple partions.
    Put it this way - The big warning text in the WAIK documentation about redirecting the users folder to another drive is there for a reason. It will break future offline servicing.
    It doesn't mean it can't be done, it just means it will take you three times (at least) longer to setup/troubleshoot your deployment solution, and you will be in a world of pain the next time you want to re-image the machine.
    This quote from a good friend of mine (Andreas Hammarskjold) describes it very well:
    Generally I would always recommend to only have ONE partition these days. Going down the route of making multiple partitions is like having multiple wives/girlfriends/lovers… it’s all fun and games for a while but ends with disaster 
    - Andreas H.
    / Johan
    Regards / Johan Arwidmark Twitter: @jarwidmark Blog: http://www.deploymentresearch.com FB: www.facebook.com/deploymentresearch

  • How can I use PowerPivot tables like Excel tables -- printing, etc.?

    I can't seem to find any information on this anywhere, and even more surprisingly, no one else seems to have even asked this question...
    How can I use tables I create in the Excel PowerPivot window in the same ways I use tables that are in ordinary Excel worksheets, to accomplish tasks such as printing? I am able to use the powerful capabilities of PowerPivot to produce tables with precisely
    the information I need for reports -- connecting data from multiple tables/sources, filtering, etc. -- but then there doesn't seem to be any way to actually print what I'm seeing, nor can I seem to access cells in these PowerPivot tables from Excel worksheets.
    If a PowerPivot table is conceptually an Excel table with additional power in terms of pulling in data and relating it, it would seem appropriate that all the power of Excel could be brought to bear on these PowerPivot tables, but on the contrary, the available
    operations are limited. if, instead, a PowerPivot table is more correctly viewed as a data source that Excel worksheets can connect to, that would be fine, and indeed, one
    can use a PowerPivot table as a data source -- except it can't be brought into an Excel worksheet as an ordinary Excel table, unlike most other data sources.
    I hope I'm missing something really obvious, and that someone can point out what it is. Thanks.

    Kirchh,
    When PowerPivot was first designed, the decision was to integrate closely to Sharepoint to allow for team sharing. We are constantly evaluating customer feedback to add more features, and this has been one of the feedbacks we have received. We will consider
    supporting this in the future but with no gurantee.
    Chu
    -- This posting is provided "AS IS" with no warranties, and confers no rights
    I'm not questioning why PowerPivot is closely integrated with SharePoint. I'm asking why connecting to the PowerPivot model from within Excel was intentionally blocked by Microsoft, when all the functionality to do so appears to be present.
    Is creating an OLE DB connection in Excel to PowerPivot as $Embedded$ supported?
    No support. It was originally designed for SharePoint. This changed with Power Pivot for Excel 2013 (it's packaged with it). Originally the scope (in 2010 through 2012) was that it was for SharePoint users. So it became more obvious through that to market it
    toward all Excel users. Thus the recent changes. 
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

Maybe you are looking for