Page 1 of 1

Capturing Noscript Info on each page

Posted: Wed May 15, 2013 7:29 pm
by gjohnson
Does anyone know of a way to capture (audit) the information that noscript presents for each page? I would like to be able to capture all of the information associated with every URI to try to map out all of the active content that is driven at my browser. Is there a setting for this in the about:config (I looked, but could not find a setting). Thanks in advance for your help.

Re: Capturing Noscript Info on each page

Posted: Wed May 15, 2013 7:42 pm
by Giorgio Maone
You can set the noscipt.consoleDump about:config preference to 1 and watch for the console attached to Firefox when you start it with the -console command line parameter, or additionally set the noscript.consoleLog preference to true and look for the same info in the Error Console (Ctrl+Shift+J).