Page 1 of 1

Syntax error in error console on every page

Posted: Wed Nov 17, 2010 1:05 pm
by tz
I'm using firefox 3.6.12 with other extensions, and every new page which contains javascript, I get the following error once on the error console:

Code: Select all

Error: syntax error
Source File: jar:file:///(path to profile directory)/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D/chrome/noscript.jar!/skin/classic/noscript/browser.css
Line: 1, Column: 1
Source Code:
#palette-box #noscript-tbb {
--^ (the arrow is pointing at the 'a')

Re: Syntax error in error console on every page

Posted: Wed Nov 17, 2010 2:42 pm
by Giorgio Maone
Does this happen also in a clean profile with just NoScript installed?

Re: Syntax error in error console on every page

Posted: Wed Nov 17, 2010 5:14 pm
by tz1
In a clean profile, it does not happen.

Re: Syntax error in error console on every page

Posted: Wed Nov 17, 2010 9:54 pm
by Giorgio Maone
Then please try Standard Diagnostic: that CSS file is syntactically valid, therefore it may be another extension conflicting with NoScript.

Re: Syntax error in error console on every page

Posted: Wed Nov 17, 2010 10:03 pm
by tz
I will give that a try. I just wasn't sure where to begin the diagnosis.