Page 1 of 1

How to launch the Error Console?

Posted: Fri Jul 16, 2010 8:27 pm
by TheHawk
Apologies for what is maybe a stupid question but how do I load the NoScript console?

Right clicking the "S" icon in the status bar brings nothing about it. I ask because starting today a number of websites are freezing for 5 seconds before actually loading and need to understand if NoScript is the cause.

Cheers.

Re: How to launch the Error Console?

Posted: Fri Jul 16, 2010 9:01 pm
by jofan
NoScript uses the error console in Firefox, I believe

To bring this up use the menu at the top:

Code: Select all

Tools -> Error Console 

or hit:
ctrl+shift+j

Re: How to launch the Error Console?

Posted: Fri Jul 16, 2010 10:46 pm
by TheHawk
Thanks friend.

Could this be my problem?

[ABE] <LOCAL> Deny on {GET http://www.google-analytics.com/ga.js <<< URL REMOVED}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny

Re: How to launch the Error Console?

Posted: Sat Jul 17, 2010 12:11 am
by Guest
Sounds to me like you redirected google-analytics.com to a loopback address via the hosts file. Try using 255.255.255.0 instead of 127.0.0.1.

Re: How to launch the Error Console?

Posted: Sun Oct 16, 2011 8:50 am
by jofan
...Any luck?

Re: How to launch the Error Console?

Posted: Mon Oct 17, 2011 6:51 am
by Tom T.
It is correct that the Error Console is opened via Tools > Error Console. You can select for only errors, and copy/paste the messages here.

With regard to Google-analytics.com, if you don't want it to run, just leave it in the default blocked zone, or mark it as Untrusted. NoScript will run a Surrogate Script that will make the page happy, while sending none of your personal information to Google. This doesn't require ABE at all.

The surrogate should prevent the need for any exceptions. Is there a reason that you want the real G-A to run at certain sites?

I don't see any connection to HOSTS file in your posts, unless that was the URL REMOVED part.

With regard to your original question, NS is not the likely culprit, but there's an easy way to tell:

If one of the affected sites is a trusted site - *all* scripts there are in your whitelist, -- then go to NS Menu > Options > General, and click "Scripts globally allowed (dangerous)". Also, on Options > Embedding, uncheck "Apply to whitelisted sites". Perhaps your trusted online bank might be a good test site. Go there, and if the problem persists, NoScript has been exonerated. If that solves the problem, then there may be a NS issue to explore further.

Remember to uncheck "Scripts globally allowed", and re-check "Apply to whitelisted..." (if that is your preference -- it's mine) before going anywhere else.

Let us know the results.