Start-up page problem

i am getting a start-up which i have changed in settings but it's not working.
please tell me, what should i do to keep blank start-up page.?

Your current home page setting appears to be Facebook (https://www.facebook.com/) according to the System Details List.
Is that the page that you want to use?
*Tools > Options > General > Startup: "When Firefox Starts"
*"Show my windows and tabs from last time"
*"Show my home page"
*"Show a blank page"
You can also check the target line in the Firefox desktop shortcut (right-click: Properties) to make sure that nothing is appended after the path to the Firefox program.
Note that your System Details List shows that you have a user.js file in the profile folder to initialize some prefs on each start of Firefox.
The user.js file is only present if you or other software has created it, so normally it wouldn't be there.
you can check its content with a plain text editor if you didn't create this file yourself.
The user.js file is read each time you start Firefox and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
You can delete the user.js file and the prefs.js file and possible numbered prefs-##.js to reset all prefs to the default value or edit the prefs.js file and remove corresponding lines present in user.js from prefs.js to reset involved prefs.

Similar Messages

  • How do i change the start up page i have changed in tools but returns to the unwanted page at startup

    i changed the start up page in tools / options and when i restart Firefox it returns to the unwanted page
    i installed bit comet and winxdvd programs i was browsing some other sites at the time so i am not sure if those programs were the problem or not

    See http://kb.mozillazine.org/Preferences_not_saved

  • How to avoid starting a page with line breaks?

    Hello. I've just started to refine my Master's thesis and some of the topics moved up and down as I edited their contents. The problem is that in some cases the topic breaks right after the title, and the rest of the contents just move away to another page. Is there any way to avoid starting a page with line breaks or broken topics?

    At the end of your title, you didn't inserted a line break but a paragraph break (carriage return).
    Acivate the mode "Show hidden characters"
    Select the carriage return (paragraph break)
    Delete it
    Press Shift + return to insert a true line break.
    It may be useful to apply that several times if you inserted several carriage returns between the title and the first filled line.
    Yvan KOENIG (VALLAURIS, France) 15 mai 2011 19:40:14

  • HT1310 Mac os x is stuck on creating a user account start up page.  How do I make it actually go through and successfully creating a new user

    Mac is stuck or creating a new administrator account and does not completely do it.  It just goes in circles.  It does not confirm the account was created and does not display the last thank for creating the user message.  Can I fix it from the boot start up page because I don't have a disk

    Well if your on 10.5.8 like your signature says, then you have bigger problems to worry about.
    10.5 isn't supported anymore, so you might as well attempt data recovery (if you dont' have a backup) and call Apple via phone for the 10.6.3 white retail disk.
    Step by Step to fix your Mac
    Most commonly used backup methods
    Then follow this proceedure to erase the ENTIRE disk with Zero's and install 10.6.3, then Software Update to 10.6.8
    How to erase and install Snow Leopard 10.6
    10.6 will run your older 10.5 software and hardware drivers using Rosetta, but 10.7 and 10.8 will not (also requires more RAM and will slow down your machine)
    Over 50% of OS X users are on 10.6 and Apple is supporting it with security updates etc. so you should be good with your present software etc., until you need a new 10.8, 10.9 etc., machine.

  • 2 days ago both mine and my daughter's macs stopped being able to open up the apple start up page

    2 days ago both mine and my daughter's macs stopped being able to open up the apple start up page, search google, yahoo, facebook and many other sites. Pictures won't download on sites and we are redirected to http://www.website-unavailable.com/main?url=www.apple.com%2Fstartpage&w=1280&h=6 21&ifc=0# with an orange O in front, which is OpenDNS Guide page.  We live in NW England, has anyone else had similar problems and any suggestions how we can resolve our problem?

    Have you tried another browser (chrome, firefox, and checked your router for blocked websites?) and also quit Safari and reopened? Also reset your cookies (Safari > Preferences... > Privacy ), or reset Safari (Safari > Reset..), or Empty Cache (Safari > Empty).

  • Safari start up page won't display

    Safari start up page try's opening multiple times and finally says it can't display web page. It has repeatedly encountered an error while trying to display. You can then go to yahoo.com, YouTube, google, whatever you want. It want open apple.com though. I have reset my safari. I have safari 5.1.7.    I try to run my disk utilities and a min into repairing disk utilities, an error occur's and doesn't finish.repairing.. I've went into system preferences, network, advanced, and then into proxies and nothing is checked in there except for the use of passive FTP Mode. Can any one help me out?

    I ran the hardware test on the Application's DVD and within 3 sec's of running it, it came back with a code of 4MEM/4/40000000:0xa9f7a118.  I know the MEM codes have something to do with memory. I've had our computer in 2 different times at Geeksquad. They've sent it off and replaced the hard drive on one occasion and the mother board on the other occasion. I keep telling them that it's probably the RAM, but the headquarters where they send it to keep's saying that in all there check's they've done, the RAM is fine. Everytime before they've sent my mac off i've had a chance to run the hardware test and gotten a 4MEM code back each time before these parts were replaced. Before the 1st replacement (hard drive) was replaced the code was 4MEM/4/40000000:0xa9f75e98.  The 2cd replacement (mother board) the code was 4MEM/4/40000000:0xa9f75f18.    Whatever the problem is, it looks like it's coming from the same place just looking at the code. This is been going on since the middle of Feb of this year.

  • Firefox upon opening an image in a new tab, centers the image from top and bottom and surrounds the image with a grey frame. Just started having the problem today, searched Google to no avail.

    Firefox upon opening an image in a new tab, centers the image from top and bottom and surrounds the image with a grey frame. Just started having the problem today, searched Google to no avail.

    Oh wow, looks like a new feature.
    The "page" links in a stylesheet with the address "resource://gre/res/TopLevelImageDocument.css". If you remove that reference, then the image displays in the old style.
    '''''Edit: Please skip the rest of this post and check out the next one.'''''
    There might be a more elegant solution than that, but you could use a bookmarklet to strip out that link when you want to view the page in its old style. A bookmarklet is a snippet of JavaScript you save on the Bookmarks toolbar for quick access.
    First, copy the following code to the clipboard (it's all one long line):
    <br>javascript:var ssheet=document.querySelector('link[href="resource://gre/res/TopLevelImageDocument.css"]'); if(ssheet)ssheet.parentNode.removeChild(ssheet); void 0;
    Next, if you are not displaying the Bookmarks Toolbar, use View > Toolbars > Bookmarks Toolbar to display it. (If you aren't using the classic Menu bar, press Alt+v to call up the old View menu. Right-clicking the gray area just below the page address also allows you to display the Bookmarks Toolbar.)
    Right-click on the Bookmarks Toolbar (or Mac equivalent of right-click!) and choose New Bookmark.
    Paste the code into the Location box (the second box).
    Then type a useful name in the Name box (e.g., Oldstyle Picture) and click Add.
    Now, when you want to tweak the image display, click the button to run the script.
    Manual clicking is a hassle, so it might make sense to look into other solutions. (Greasemonkey didn't seem to work; I think it might not run on .jpg files.)

  • I seriously don't know what caused this to start being a problem until today it worked fine, but I added an exception for popups full question in DETAILS

    is there anyway to allow Firefox to allow pop ups from this 1 page of Facebook / well this 1 game https://apps.facebook.com/vampiresdarkside/ and not the entire pan in the Ass Pop up happy site, I cant see any sense in allowing popups from all
    apps.facebook.com
    and when I try to add it as the exception should be your program edits it to be that crap above instead of the exception I entered specifically,
    apps.facebook.com/vampiresdarkside/
    I seriously don't know what caused this to start being a problem until today it worked fine, but I added an exception for popups from this one site in Chrome and Firefox decided it wouldn't allow it popups from this part of Facebook and no I am not allowing all the FB apps to have popups I never had to before
    apps.facebook.com/vampiresdarkside/
    have popups after adding the popup exception in chrome, and no I did nothing to Firefox but it is kinda asking me to switch to Opera or some other crap browser with it acting like this, I modified the exception in chrome and Firefox now wont allow the pop ups it always had up until chrome allowed them WTF

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Can't find home page with current bookmarks and pined tabs/home page reverted to Fire Fox start up page

    Some how my home page reverted to Fire Fox start up page and lost my up to date book marks/ this is very bad. I had just finished uninstalling some tag along programs that installed even when I hit decline when installing a program I received with the fire fox emblem that would automatically notify me of new updates on existing programs. How can I get it back?

    Hi renee98,
    Your question was posted in the Firefox OS support forums. This section is for the mobile device developed by Mozilla.
    However, from what you describe, it appears that your problem is related to the Firefox browser in your Windows PC. Is this correct?
    We look forward to hearing back from you so that we can continue to assist you.
    Thanks,
    - Ralph

  • Flash audio starts on page load..don't want it

    I have a flash photo slideshow with audio. The problem is
    that the audio starts on page load and not on reaction to the play
    b utton. Any help? auto play is set to off

    I don't know much about working with flash. There is a stop
    action on the first frame for the slideshow. Do I need to make one
    for the sound too? How do I go about doing that?

  • My iMac will go to the start up page but I can't type my password

    I was wondering if anyone could tell me how to fix the problem where I get to the start up page but I can't type in my password

    Are you using a Bluetooth keyboard? if so make sure its connected, also try restarting your computer in safe mode (hold down the shift key when restarting) then try to log in. 

  • Hang at start up page

    I deleted some programs by throwing them into the trash. Now the mac hangs at start up page with the wallpaper in the background and my mouse cursor disappears.
    is the only way out to boot from cd and reinstall the OS?
    will that get me pass the hanging start up page?
    thanks

    If all worked fine until U deleted those files then U either tossed something the OS needs or U may have an Extension conflict. To troubleshoot Extensions, restart machine & hold the shift key down to disable them. Or U can hold the space bar to invoke Extensions Manager @ boot. If the machine works fine with Extensions off or a limited set, then their is no need to reinstall the OS. U just need to locate the Extension(s) that is giving U the problem.
    Hope this helps - follow the link for more info.
    http://docs.info.apple.com/article.html?artnum=30929

  • Wifi connecting loops repeatedly back to start (unlock) page

    I've had the Samsung Galaxy 10.1 for a month and recently when I try to connect to a wifi network, it repeatedly cycles back to the start (unlock) page. Samsung tech and Verizon have not provided an answer so far. I have tried "forgetting" all old networks, rebooting router, re-entering network and security code, updating software and multiple combinations of this.  Others have had this problem (posted on youtube) but have not posted a solution. I would hope that restoring factory settings is not the only answer as would lose apps, data, pictures, and kindle books.  Have others with this problem found a solution?  I cannot use wifi as it is.

    I have had the same problem with my GT7 - no answers from Verizon, but have learned through many blogs that there is an issue with their not being able to connect to Belkin wireless routers (my kind).  There are things to try like changing the channel, or connecting without a password, but those have not worked for me, either.  If you have Windows 7, an option is to tether onto your WiFi via Win7's home network setup (you'll have to look it up if you don't know how). That worked great for me. But, with the last Android update, that isn't working either, now : ( , but I haven't had time to troubleshoot to see if I can get it working again.

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How can I get back into my application aftermath invoking Start up page of index.htm ?

    Gorgeous Hello All,
    If anyone of you can please provide me a solution for the following, will help me in plentious and galore.
    Am using Adobe RoboHelp, Version 10 and IE version being 10.
    A hurdle :-
    I have a application which has been developed in ASP .NET, Version 4.0. Help link has been created in this application wherein here the Start up page of index.htm has been linked to be read from the RoboHelp local project folder\!SSL!\Multiscreen_HTML5\desktop. All are working absolutely fine except when
    I login into the above-said application -> click on the Help page -> the index.htm opens with Contents, Index, Glossary -> Am able to successfully perform any task by respective clickings
    -> But I am not able to get back into my application when I click on the IE provided Back button (Alt+Left) -> Any amount of invoking Back button makes the system getting looped into this Start up page of index.htm only -> When I Close Tab (Ctrl + W) or Close ( X ) -> The window session gets closed and I have to repeat all by relogin once again.
    How can I get back into my application aftermath invoking Start up page of index.htm ?
    (I can always get back into the application easily by erasing those parts in the url which refers to this RoboHelp linkages – but this certainly looks non-polished work)
    Help Please
    Cheese – Vipin Nambiar, Bangalore

    Hey Jeff, I used Internet Explorer 10.0.9200 and Google Chrome 26.0.1410. Alas - it is the same behavior.
    (But Jeff : When I used Microsoft HTML Help as primary layout to generate chm file , My Help when launched from my Application opened in a new browser window and when I closed this Help browser window did not close my application. Looks like need to write few liner code to get this issue settled )
    Thanks Indeed of lots for your concerns Jeff !!!

Maybe you are looking for

  • How To Enable Samba And SWAT In Solaris 10

    Link: http://bensweb.no-ip.info/ultrasparc/samba.htm This is a short and simple guide that I wrote for new Solaris users who want to get Samba and SWAT up and running quickly. (It works with SPARC and x86.) Enjoy!

  • Connection to the Ovi Maps server times out

    Hi,  I've been having a lot of problems downloading individual country maps using the Ovi Suite. Occasionally it works, but 95% of the time, the download seems to start ("Preparing") but after a few minutes, I get the following error message:  "Conne

  • Java Web Service Access SOP Header and SOAP Body

    Hi I am newbie to Web Service. I had a Java class and I converted it to Web Service(LoginWebService has methods login, register). Now my client is accessing my web services and calling methods login and register. Now I want to add few values in SOAP

  • T-code CJ88 role authorization  using company code?

    Hi expert! who can tell me how to control  CJ88 T-code using company code . the business is below: 1, the user have 10 company code  and only one control ares. 2, one employee cannot use CJ88 to settlement the project of the other company code. can a

  • Auto-rewind 5 or 8 secs on pause command possible? (for speech to text transcription)

    Having read your comments (thanks) on my previous question of yesterday I looked around the web and I understand that there are no off- the-shelve USB foot pedals that will work with Audition. Today I was shown a feature of the Philips SpeechExec Pro