My firefox cannot show all chinese words at Yahoo Front Page

when I use the firefox to surf the yahoo page, I found that some of the chinese words become distorted, invisible or simbolized.

*https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
Do a malware check with some malware scanning programs.<br />
You need to scan with all programs because each program detects different malware.<br />
Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
<br />
* http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
* http://www.superantispyware.com/ - SuperAntispyware
* http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
* http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
* http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
See also:
* "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

Similar Messages

  • I have an IDNs domain name, with chinese words. but firefox cant show the chinese words and only show the punycode, it make the IDNs meaniingless and even worrst then a long english domain name. pls help

    so what can we do to make firefox show my chinese domain name?
    submit a request? or ...

    Only domains that are white-listed show as real text.<br />
    Otherwise you see punycode.
    If you want to see the IDN then you need to create a new Boolean pref network.IDN.whitelist.ws and set the value to true.<br />
    See:
    *https://support.mozilla.com/kb/network.IDN.whitelist.*
    *http://kb.mozillazine.org/about:config
    *http://www.mozilla.org/projects/security/tld-idn-policy-list.html
    *https://developer.mozilla.org/en/Internationalized_Domain_Names_(IDN)_Support_in_Mozilla_Browsers

  • Firefox cannot load all websites in e10s window. But Firefox can load all websites in e10s window.

    Firefox cannot load all websites in e10s window. But Firefox can load all websites in e10s window.
    It shows mostly, Tab crashed Well, this is embarrassing.
    Well, this is embarrassing. We tried to display this Web page, but it's not responding.
    Tell Mozilla about this crash so they can fix it.
    Or sometimes for the last tab it shows :
    Websites show a spinning wheel and never finish loading
    Of course other browsers works 'perfectly' onto loading sites.
    What can I do. Is this an e10s bug, that I could help to qualify and how?
    Also looking for a workaroud. I want to restore my tabs onto a non-e10s window, but really don't figure how to do that. Means, after relaunching FF-nightly, restore my windows and tabs.
    He still give me this message :
    Nightly is having trouble recovering your windows and tabs. blah blah...
    I want to disable e10s as of for now, until he will maybe work again.

    If you would like to disable e10s please follow these steps:
    https://wiki.mozilla.org/Electrolysis#Enabling_and_Disabling_Electrolysis
    Don't worry e10s is getting better every day. It's just a matter of time and hard work.

  • I was found I pad Air is not that user friendly than I pad 4 even I pad 2, as I was a TaoBao fans and every time when I get in their link, I pad Air cannot show all the pictures on the screen and very slow. It make me very disappointed about this issue.

    I was found I pad Air is not that user friendly than I pad 4 even I pad 2, as I was a TaoBao (www.taobao.com) fans and every time when I get in their link, I pad Air cannot show all the pictures on the screen and very slow. It make me very disappointed about this.  Could you please help to improve this. Thank you vey much!

    iPad running slow? How to speed up a slow iPad
    http://appletoolbox.com/2012/07/ipad-running-slow-how-to-speed-up-a-slow-ipad/
    If You Think iOS 7 Feels Slow Here’s How to Speed It Up
    http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
     Cheers, Tom

  • Firefox cannot show ext charting .

    Hi team,
    I am using ext net charting into my MVC PROJECT,when debugging (tool:VS 2013), only firefox cannot show the charting, IE and chrome run okay. could you advise it?
    thanks in advance.
    part coding as below:
    // I put the chart into jquery portlet , only portlet can be showed, but the chart which should be put into content of the portlet cannot be presented.
    <div id="effect4" style="display:none" class="portlet">
    <div class="portlet-header">Table 4</div>
    <div class="portlet-content">
    // BELOW IS THE CHART
    @(X.Panel()
    .Title("Column Chart")
    .Layout(LayoutType.Fit)
    .Width(450)
    .MinWidth(100)
    .MinHeight(70)
    .Height(250)
    .Items(
    X.Chart()
    .ID("Chart5")
    .Shadow(true)
    .StyleSpec("background:#fff;")
    .Animate(true)
    .Store(X.Store()
    .Data(Model)
    .Model(X.Model()
    .Fields(
    X.ModelField().Name("Name"),
    X.ModelField().Name("Data1")
    .Proxy(X.AjaxProxy()
    .Url(Url.Action("GetData"))
    .Reader(X.JsonReader().Root("data"))
    .Axes(
    X.NumericAxis()
    .Fields("Data1")
    .Grid(true)
    .Title("Number of Hits")
    .Minimum(0)
    .Label(X.AxisLabel()
    .Renderer(r => r.Handler = "return Ext.util.Format.number(value, '0,0');")
    X.CategoryAxis()
    .Position(Position.Bottom)
    .Fields("Name")
    //.Title("Month of the Year")
    .Series(X.ColumnSeries()
    .Axis(Position.Left)
    .Highlight(true)
    .XField("Name")
    .YField("Data1")
    .Tips(X.ChartTip()
    .TrackMouse(true)
    .Width(140)
    .Height(28)
    .Renderer(r => r.Handler = "this.setTitle(storeItem.get('Name') + ': ' + storeItem.get('Data1'));")
    .Label(X.SeriesLabel()
    .Display(SeriesLabelDisplay.InsideEnd)
    .Field(new[] { "Data1" })
    .Orientation(Orientation.Horizontal)
    .Color("#333")
    .TextAnchor("middle")
    .Renderer(r => r.Handler = "return Ext.util.Format.number(value, '0');")
    // CHART END
    </div>
    </div>

    the page showed this.

  • Firefox 24: "Show all Bookmarks" hangs in clean, fresh install on Windows XP

    Firefox 24. A _clean install_ (during the previous remove I specified 'delete my profile') with no added addons or plugins and no imported bookmarks or bookmarks added by the user hangs when I select "Show all Bookmarks" from the Bookmarks menu. The Library window opens, but when you click once on any item at All Bookmarks or below on the left panel, or any of the items in the right panel, the Library window is hung, and must be killed with Task Manager.
    This problem also happens if you have lots of bookmarks, a slightly above average number of plugins and addons, and lots of history.
    I will not automatically add troubleshooting information because I have dropped back to Firefox 23 (which does not have this problem) in order to submit this trouble report.
    Windows XP Pro, SP3, up-to-date with Windows Update.

    We're sorry to hear that Firefox is hanging.
    Can you please specify the information below:
    *RAM
    *Remaining Memory
    When you removed Firefox before, did you manually delete the Firefox root folder and application data folder?

  • How can I get Firefox to show ALL the pictures of people's profiles once I log onto myspace?

    Every time I log onto MySpace, on every profile I go onto to look at, there are at least some if not most of their pictures blank, it won't show me their pictures, even when I look at my profile pictures it won't show most of them, it'll be a blank space when at the top it say picture 34 out of 70 or something. It isn't my computer doing this because google chrome and the other internet program I have show all pictures on myspace.
    == URL of affected sites ==
    http://www.myspace.com

    Check the image exceptions: Tools > Options > Content: Load Images: Exceptions - See [[Options window - Content panel]]
    A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    Open the <i>Media</i> tab of the "Page Info" window.
    Select the first image and scroll down though the list with the Down arrow key.
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    See also [[Images or animations do not show]] and http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Since restarting Firefox, I'm getting advertisments on my Yahoo home page, that I didnt have before.

    I restarted Firefox, because my Yahoo mail wasn't working right. It refused to let me search mail. Restarting fixed that problem, but now I have annoying ads on my Yahoo home page that I didn't have before.

    The reason I restarted firefox was to try to fix another problem I'm having, however. I can no longer search mail in yahoo. When I first restarted firefox, it fixed the problem. But 10 minutes later it's back again.
    I recently did some pretty extensive scans, and got rid of a virus called scorecard research. I did a few more, of the ones you listed, and I'm clean so far.
    I did want to say that I also installed Firefox Adblocker plus, which fixed my problem with ads in my yahoo mail.I had Adblock plus installed already, but restarting made it go away, for some reason.
    I am still trying to figure out the problem with yahoo mail. It doesn't happen when I use internet explorer...

  • I disabled Sync history with IE , yet every time i look at my history in Firefox it shows all the IE places i visited , how do i stop this , so i can go to only my Firefox history , but still have IE and Firefox synced

    I use Firefox and Google Chrome for forums because they are faster than IE as IE(7) tends to hang a lot , so i have all my Favorites and everything synced with Firefox , as this is my main browser , but i do still use IE7 for some browsing , u went to Settings and unchecked the History , in the Sync section , but when i go to Firefox to view a forum topic i was looking at , recently , if i had gone to IE and visited any sites , then they show up in my history (for example Craigslist , i will look at several adds , and ALL of them are in my Firefox History) and push my Firefox history off the list so i have to go back to my favorites and start over , instead of being able to use my Firefox ONLY history so i can just go to those pages
    Is there anyway to fix/bypass this but still have Cookies and Favorites and such synced ?? , without the IE History knocking all my Firefox history off the list ??
    It's just annoying to have to go back from the beginning and search the topic i was in on a forum, because it was bumped off the list by any browsing i did in IE7, in between time
    Another issues since i am posting:
    I also have "Check Places" and it does not bring all the Favorites i have added in my IE Favorites over , the ones i did when i first installed it transferred , but any additional ones i have added to IE will not transfer , is there something wrong with Check Places ?? does it only transfer your Favorites 1 time , and not check for additions to the list then add them accordingly ???

    Only when i go to a different browser (like IE) after i clear it , then all that shows up is the pages i visited in IE , that is what bugs me , why is IE browsing history sowing up in Firefox ??
    Basically , i can clear the history in Firefox , and then for a example , go to Craigslist , using IE7 (launching it from a complete different Icon , in other words at that time i never open Firefox) , then after closing out , or even leaving open as it does not seem to matter , i go into Firefox , and hit History , and there is every place i visited in IE7 , on my History in Firefox

  • Firefox cannot show borders - e.g. arrows, support boxes to print messages- or problems, signin 's etc. Also, print colors are not fromwebsite.

    Invisible support boxes make this message hard to know where to type. Also Font colors seem to be different from the website's choices and are difficult to read. Tried >Options> Allow sites to choose their own colors and fonts. Box is checked, but it hasn't helped.

    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences''' in the address bar and press enter.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences''' in the address bar and press enter
    Select '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Firefox cannot show phpbb themes correctly.

    Themes do not show correctly.

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    <br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Cannot show the chinese characters (HKSCS)

    Dir Sir/Madam,
    I type a Chinese character, which is a HKSCS character, in a form, Form6i with Oracle database 9.2.0.4.0. It can be shown on the screen but it becomes a white box and then disappears when the field lose forus. Moreover, it disappears when the save action is taken if I type it on the field without clicking or typing other fields.
    I would like to know what NLS Lang and codepage should be set. And any other actions should be taken or any settings should be set.
    Thank you very much for your kindly attention and help.
    Steffany.

    Hard to say where the problem lies because the unicode value for str should be "\u20214" or 0x20214. I don't what what &amp#220027 is.
    Although I see str=ji�n when I view the post, I suspect that the actual code you use is in a HTML format of "& # 20214;", you can try this:
    String str="\u20214";
    and delete the codes under NCR2UnicodeString as well as the code that calls NCR2UnicodeString.
    Good Luck!
    VV

  • Firefox cannot open iGoogle, Gmail or any Mozilla support pages.

    Hi,
    I unwillingly moved away from Firefox for a period of time (due to lack of mobile browser support for Symbian clashing with my syncronisation needs). However, upon returning to Firefox, I have discovered that I can no longer sign into iGoogle, Gmail, Youtube or access any of the Mozilla support pages.
    I tried uninstalling and reinstalling Firefox.
    I tried deleting all user data (through tools>clear recent history and checking all the boxes)
    I tried disabling all plug-ins
    I tried resetting all the settings in about:config and any other user settings by loading in Firefox safe mode and checking Reset all user preferences to Firefox defaults, then making changes and restarting.
    I removed immunization from Spybot S&D (which may have caused problems with IE8 which I haven't fully resolved)
    I replaced my hosts file with the latest from MVPS hosts file.
    I am running Online Armour Firewall. I played with this to see if it might be causing problems, but I couldn't figure it out.
    I followed these instructions ([[https://support.mozilla.com/en-US/kb/Cannot%20log%20in%20to%20websites|link]] )
    I followed these instructions here ([[https://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%20can|Link]]) for internet settings, IPv6, DNS prefetching, checked for malware with Avast, Malwarebytes and Spybot S&D (all updated) and my computer appear clean.
    I followed the instructions here ([[http://kb.mozillazine.org/Error_loading_websiteslink|link]] link) for the errors on certain websites only.
    I looked at this ([[http://kb.mozillazine.org/Firewalls#Windows_Firewall|link]] ) but my firewall is not covered.
    So what should I try next? The website error appears instantly, it doesn't even appear to try to load.
    Thanks!

    No ideas?

  • Refreshed Firefox and got all info back EXCEPT Yahoo!!! Yahoo doesnot not recognize me or my accounts and the Format is all messed up. How do I fix Yahoo on the

    Refreshed to Firefox 36.0 and got all my info back EXCEPT that when I try to go to Yahoo, it does not recognize me, my computer or my accounts. Along with that the formatting is all screwed up, everything appears in stringlike fashion.
    Anybody know how to fix or get Firefox 35 back?

    Do you mean you used the Refresh features that flushes out your old settings (and creates the Old Firefox Data folder on your desktop), or you updated from Firefox 35.0.1 to Firefox 36.0?
    Have you noticed any certificate errors on websites? Sometimes if you have created an exception to get around a certificate error you get partial loading because the site uses multiple different secure servers and there's no user interface for making exceptions for the other servers. Anyway, exceptions shouldn't be needed for well-run sites.
    This is general advice, but just in case:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove your yahoo.com cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the site in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Why Firefox cannot open my mail from my Yahoo website?

    I've just recently downloaded the new Firefox application. The website I'm trying to connect to only can read Microsoft or Firefox browsers. So now I'm trying to go back to my Yahoo mail account to retrieve my messages , it opens a new browser window saying "Bad Request". How can I fix this?

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Check and tell if its working.

Maybe you are looking for

  • Error during creating solution in solution manager

    HI All, While creating solution in solution manager in servide desk message, i am getting error. Please fine the error log as follow. ============================================================================================ Error when processing y

  • Recording videos while recording sound?

    Hey everyone. Well I just got a new MacBook and I wanted to make some YouTube videos of me playing my guitar. How exactly would I record this? I have tried on iMovie, but I couldn't find a way to record audio and video at the same time. If anyone can

  • I'm having trouble getting music from itunes on computer to my iphone?

    I'm having trouble getting music from itunes on my computer library to my iphone can someone please tell me what i'm  doing wrong?

  • Reverse Drop Cap- what's it called

    InDesign has handy feature for drop caps. But what's it called when the first letter towers above the first line rather than drop to cover 2 or lines? Does InDesign have a function for that in the Paragraph files too?

  • IOS 8 AND CREATIVE CLOUD ISSUES

    I having problems with creative cloud since I've installed IOS 8, "simple commands like "open" are not working at all, I have to keep quitting illustrator / photoshop / indesign / etc