I use Firefox frequently and continuously I receive a message "unresponsive script"

I continuously receive "unresponsive script" message when I try to open an new page. My system seems to be rather ponderous.
== This happened ==
Every time Firefox opened
== Every time I open a new page.

Do you have that problem when running in the Firefox SafeMode?
[http://support.mozilla.com/en-US/kb/Safe+Mode]
''Don't select anything right now, just use "Continue in SafeMode."''
If not, see this:
[http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Similar Messages

  • Received a notice that could not use photo stream unless I updated my software.  Went to apple preferences/icloud to disable photo stream.  Not allowed to do so.  What do I do to disable so I won't continue to receive annoying messages from apple/icl

    received a notice that could not use photo stream unless I updated my software.  Went to apple preferences/icloud to disable photo stream.  Not allowed to do so.  What do I do to disable so I won't continue to receive annoying messages from apple/icloud

    I think you can solve your problems by removing your AppleID email address from BOTH the Messages setting on your iPhone and the iMessages settings on your Mac.
    On iPhone:
    Settings > Messages > iMessage > Dissabled
    Settings > Messages > Send & Receive > touch the "(i)" < touch "Remove This Email"
    On Mac:
    Open "Messages" application
    Click "Messages menu > Preferences
    Click "Accounts"
    Select your AppleID account
    Under the "You can be reached for messages at" settings, uncheck your AppleID email address and your phone number
    Then uncheck the "Enable this account" setting
    And lastly, ask all of your friends with iPhones to delete all iMessage conversations (blue bubbles) in their entirety.
    To test, send a friend a new text using their phone number (not their email address) and watch the color of the bubble.  If it's green then you are using SMS.

  • IPad2 and a new MacBook running Lion, Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my Hotmail Id for my Apple Id and use it for iTunes, iCloud

    I have an iPad2 and a new MacBook running Mountain Lion. Both Devices use the same Apple ID which is a Hotmail eMail id. Can I create a new iCloud eMail Id and use iCloud eMail and continue to use my current Hotmail Id for my Apple Id for iTunes, iCloud.
    Note, I will use both Hotmail and iCloud eMail.

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

  • I am using firefox 4 and my website looks different in the LCD and Laptop(both with same screen resolutions). The same looks ok with firefox 3.6. Why i am getting this difference?

    I am using firefox 4 and i can see difference in the laptop and the lcd. The site looks fine with firefox 3.6 for both and also for all the browsers. Only for firefox 4, things are getting screwed in laptop, as it looks fine for the LCD.
    You can see this link as an example.
    http://www.automationanywhere.com/products/automation-software-enterprise.htm.
    Even the footer doesnt shows the css in laptop, but the same is fine for LCD.
    NOTE: I have tested this on most laptops.

    Well I see that you and I share the same problem, I posted the same type of question and am anxiosly awaiting replies on this topic, as it is very important
    I own a small business, and every hour a customer cannot view my site is a customer lost to incompatibility issues.
    I hope someone can help answer these issues.
    http://www.siegfriedscall.com

  • Has anyone used Firefox Sync and Xmarks at the same time?

    Firefox is my primary desktop browser. On my desktops, I use Xmarks because I use Firefox, IE and Chrome. It enables me to keep my bookmarks synced across browsers as well as use home/work profiles, etc. However, I'd like to use Firefox Sync so I can sync the bookmarks to my smartphone. Has anyone successfully tried this? I thought I'd ask before trying it myself just in case. Thanks!

    Using Xmarks and Sync simultaneously will create a mess.
    You can create a new profile, import the bookmarks from your main profile, and set up Sync for the new profile.
    The flip side is, bookmarks from your main profile would not get synced with your new profile.
    Alternatively, Xmarks is also available for Android.
    https://play.google.com/store/apps/details?id=com.xmarks.android&hl=en

  • Hi, why do we use the break and continue structure?

    Hi, I was wondering why do we use the break and continue structure in some program such as:
    for ( int i = 1; i <= 10; i++ ) {
    if ( i == 5 )
    break;
    So, now why do we use those codes, instead of achiving the same results by not using the if structure.
    I am new in java so I can be totaly wrong that is why my question come to you guys.
    I will appriciate if you let me understand more.

    I may not completely understand your question, but - imagine the following scenario:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
    if (target != null){
        System.out.println("Found it at " + index);
    }You will always run through the entire long list, even if the thing you are looking for is the first thing in the list. By inserting a break statement as:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
            break;
    if (target != null){
        System.out.println("Found it at " + index);
    }You can skip whatever's left in the list.
    As for continue, yes, I suppose you could use a big if, but that can get burdensome - you end up with code like:
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (someCondition) {
            // do some stuff -
            // And you end up with lots of code
            // all in this if statement thing
            // which is ok, I suppose
            // but harder to read, in my opinion, than the
            // alternative
    }instead of
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (!someCondition) {
            continue;
        // do some stuff -
        // And you end up with lots of code
        // all outside of any if statement thing
        // which is easier to read, in my opinion, than the
        // alternative
    }Hope that helped
    Lee

  • I can't open video file in the page , i download and install flash many time but don't work , i use firefox 5 and windows 7

    i can't open video file in the page , i download and install flash many time but don't work , i use Firefox 5 and windows 7

    My current version of Chrome is having problems, too! It's so annoying. Anyone have any suggestions now? I basically can't view or download any PDFs because of this.
    Does anyone else think this is a problem not only with Adobe? I would think Apple would have something to do with this? Wouldn't they get some idea from the developer versions that no browser can open PDFs while running Lion!? Pretty bad customer service on the part of a company that prides itself on being VERY customer-friendly. Wouldn't you say?

  • When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.

    When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.
    == This happened ==
    Every time Firefox opened
    == I tried to download firefox. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AntivirXP08; GTB6.3; .NET CLR 2.0.50727; MS-RTC LM 8)

    When you click the download link on [http://getfirefox.com GetFirefox.com], you should be asked if you wish to Run or Save the file. If the described situation happens when trying to Run the download, try instead to Save it and put the file on your Desktop or a similar place where you are certain that you can find it again.
    When the download is complete, try double-clicking the downloaded file in the normal Windows Explorer (browse your way to the file from My Computer). This should start the installation.
    If you notice in the Explorer window that the file seems to be lacking the Firefox orange/blue icon, rightclick the file and select Properties. The picture should look somewhat like the attached picture (except that mine's in danish, but that is irrelevant) if saved correctly - if it does NOT look like this, please describe the contents or attach a screenshot of the box. Especially what it says under "File type" - it should be "Program"; if it's not, we'll have to look into what the problem could be here.
    Slightly off-topic, your Internet Explorer seems to be quite a bit out of date (IE 6, where current version is IE 8), so I would strongly recommend that you try to run Windows Update to get your system updated. If this is a company system (like a Terminal Server thin client machine), this may not be possible, and your system administrator will most likely have to help you.

  • Our office uses Thunderbird and has been receiving unusual messages and been unable to work effectively since Friday April 9, 2014. Whenever trying to send a

    Our office uses Thunderbird and has been receiving unusual messages and been unable to work effectively since Friday April 9, 2014.
    Whenever trying to send a message we receive a window message that says:
    Add Security Exception
    You are about to override how Thunderbird identifies this site.
    Legitimate banks, stores, and other public sites will not ask you to do this.
    Server
    Location: mail.greatersyracuseworks.org Get Certificate
    Certificate Status
    This site attempts to identify itself with invalid information. View
    Wrong Site
    Certificate belongs to a different site, which could indicate an identity theft.
    When we open the Certificate status window, it indicates that the Validity was issued 4/9/14 (when our problems started)
    As of today we can receive messages but not send anything…very annoying.
    Is this related to the recent Heartbleed bug or is something else going on?
    What are our options to restore service?
    Thanks for any help!

    Is Thunderbird mistaken about the certificate listing a host name other than your mail server, or is the error interpreting the certificate correctly?
    You can check in two places:
    * on the first tab of the certificate viewer, "Common Name"
    * on the second tab of the certificate viewer, lower box, Extensions category, look for "Certificate Subject Alt Name" to see whether the certificate covers multiple different host names

  • Can you use earphone jack and continue to use blue tooth connection to speakers like bose

    Can you use earphone jack and continue to use blue tooth connection to speakers like bose

    Hi,
    I'm a owner of the X-fi Elite Pro, and for me the headphone + speakers settings works very well. Just to be sure, you bought the X-Fi XtremeGamer Falalty Pro Series? and not the XtremeGamer Fatalty Champ Series or even the old regular X-Fi Fatalty? If so, I'm quite sure you need the I/O box with the 6.35 mm (/4 inch) steroe jack. My headphones are connected through the /4 inch jack on the Elite Pro unit and my 5. surround system through the X-Fi card's 3x /8? mini jack.
    I guess you have to buy the X-Fi I/O Dri've Upgrade Kit (or the Console Upgrade Kit) to use your headphones and speakes at he same time. I chose the Console because i couldn't li've with a thick and ugly digital cable sticking out in the front of my PC?
    Hope it helped!

  • I have been trying to move pictures to iphoto and am now receiving a message that "you cannot open the application iphoto because the classic environment is no longer supported.

    I have been trying to move pictures into iphoto and am now receiving a message the say I "cannot open the application iphoto because the classic environment is no longer supported."

    Launch iPhoto the the Option key held down and create a new library.  See if you can import those photos into it.  If you can then your current library is damaged. 
    If that's the case make a temporary, duplicate copy of the library and try the three fixes below in order as needed:
    Fix #1
    delete  the iPhoto preference file, com.apple.iPhoto.plist, that resides in your Home/Library/Preferences folder.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key.  You'll also have to reset the iPhoto's various preferences.
       2.  delete iPhoto's cache files that are located in the Home/Library/Caches/com.apple.iPhoto folder. 
    Fix #2
    Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select last three options. 
    Fix #3
    Use  iPhoto Library Manager to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • HT1937 Hello ! How i get activate my sim phone ? I have iphone 4s and I've received a message : "server unavailable. Please contact apple support." I've tried with iTunes, but ididn't work. Please help me.

    Hello ! How i get activate my sim phone ? I have iphone 4s and I've received a message : "server unavailable. Please contact apple support." I've tried with iTunes, but ididn't work. Please help me.

    Generally this is a sign that the iPhone had previously been
    hacked/modified/jailbroken and tis now relocked it to the
    original wireless carrier. If this is the case, only that wireless
    carrier can unlock your iPhone. You must contact them to see
    if they offer unlocking and if you qualify.
    Where did you acquire this iPhone?
    What wireless carrier did you use before this problem?
    Does the app Cydia appear on your iPhone?
    What does it say when you look at Settings=>General=>About=>Carrier?
    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743 
    If your iPhone has not been jailbroken, see the troubleshooting suggestions here:http://support.apple.com/kb/TS3424?viewlocale=en_US

  • I purchased a Samsung GN3 after using iPhone 5.  No longer receiving text messages.

    I purchased a Samsung GN3 after using iPhone 5.  No longer receiving text messages.  I was told there is something I need to do in my Apple account.  Also, is there a way to move my old iPhone texts and v-mail to new Samsung?

    Hey writeallmywrongs,
    If you're experiencing any of the following symptoms:
    You are unable to receive SMS on your non-Apple device when sent from another person using an iPhone.
    You are unable to send SMS to a non-Apple device because they are sent as an iMessage.
    You'll want to follow these steps:
    The cellular phone number may still be registered with iMessage. iMessage is registered with your cellular telephone number when you turn it on with your iPhone. If you want to deregister your phone number:
    Tap Settings > Messages and turn iMessage off
    If you still cannot deactivate iMessage after you perform the steps above, or if you no longer have access to the iPhone, please contact Apple support for assistance.
    via: iOS: Deactivating iMessage
    http://support.apple.com/kb/TS5185
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • Photoshop Elements crashed on my MAC and gave me the suggestion to go to Help, then Updates to correct the problem.  When I do this the update starts and then tells me to close Elements to continue.  I close Elements and continue then get this message - P

    Photoshop Elements crashed on my MAC and gave me the suggestion to go to Help, then Updates to correct the problem.  When I do this the update starts and then tells me to close Elements to continue.  I close Elements and continue then get this message - PLEASE CLOSE THE FOLLOWING APPLICATIONS TO CONTINUE - ElementsAutoAnalyzer AND ElementsOrganizerRevelAgent.  I have no idea how to close these applications and therefore I am not able to get the updates.

    Applications>Utilities>Activity Monitor and you can kill them there.

  • TS4185 I have downloaded facetime from the App store and I keep receiving this message - An internal FaceTime error occurred.  There was a problem with FaceTime. You need to quit and open FaceTime again.  Please help!

    I have downloaded facetime from the App store and I keep receiving this message - An internal FaceTime error occurred.  There was a problem with FaceTime. You need to quit and open FaceTime again.  Please help!

    This error message could result from an incorrect setting for date and time, or an operating system which does not have the latest updates installed.  It's a good idea to have your location setting on automatic.  Turn on the wi fi in your mac for a minute or so, to allow it to automatically search for your present location.  Do this even though you have the correct time Date settings displayed.

Maybe you are looking for