It hangs my browser and sometime PC also.

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: chrome://browser/content/browser.js:9065

Is there anyway to get rid of this ?

alt text

link|improve this question

45% accept rate
Ok, are you talking about Chrome or Firefox. The screenshot you have there clearly says chrome://browser.... – Daisetsu May 4 '10 at 17:54
feedback

3 Answers

up vote 4 down vote accepted

Looking at the error screenshot, it refers to an internal script "chrome://browser/content/browser.js". Hence, it's probably an addon you've got installed that's causing the problem.

Disable/uninstall all addons and then load the page to see if you still have the problem. Then enable/install them one by one until you find the one that causes the problem.

(If that doesn't help then there's some more instructions, such as starting in Safe Mode and using the default theme, at "Troubleshooting extensions and themes".)

link|improve this answer
1  
@Metal, the script depends on the version of Firefox you're using. Typing "chrome://browser/content/browser.js" in your location bar (address bar) will give you the script. Paste it into an editor that shows line numbers. Copying the part around line 9065 into your question might help us figuring out what's the exact cause. – Arjan Apr 30 '10 at 5:21
feedback

Well, one way is to disable scripting. For Firefox, install NoScript, and you can enable scripting for sites you choose, but have it off as the default.

link|improve this answer
I wonder if it would actually help, as it does not seem to be a script on the website that is causing trouble. Apart from that, the web hardly can do without JavaScript nowadays. – Arjan Apr 30 '10 at 5:12
@arjan, interesting, I didn't know that NoScript only blocked non-chrome scripts, but that makes sense now that I think about it. As far as usability, that was the reason for suggesting NoScript. – Fred Apr 30 '10 at 14:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.