interface questions

Ask for help about NoScript, no registration needed to post
newuser

interface questions

Post by newuser »

I've looked thru the faq but did not see anything. I really hope this not a dumb question.

At the bottom of the screen, on one website, I have a display like:

Scripts partially allowed 5/9 (yada, yada, yada) | <SCRIPT>: 62 | <OBJECT>: 1


How do I interpret this? As I read it, there are 9 total scripts, of which 5 are allowed. Is that right? What is the second figure (SCRIPT) of "62" mean? What is an OBJECT?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: interface questions

Post by barbaz »

newuser wrote:As I read it, there are 9 total scripts, of which 5 are allowed. Is that right?
No. It means there are 9 total sites that NoScript thinks could be trying to run scripts, of which 5 are allowed.
newuser wrote:What is the second figure (SCRIPT) of "62" mean? What is an OBJECT?
I believe SCRIPT: 62 means there are 62 script tags not running (forbidden by NoScript).

An OBJECT is an HTML <object> tag, which is... well, it could be anything, but usually it's a thing that requires a plugin to display.
https://developer.mozilla.org/docs/Web/ ... ent/object
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.30a1
newuser

Re: interface questions

Post by newuser »

barbaz wrote:
newuser wrote:What is the second figure (SCRIPT) of "62" mean?
I believe SCRIPT: 62 means there are 62 script tags not running (forbidden by NoScript).


Thanks for the response. One more newbie question please.

The term "script tag" -- is this an inactive "code stub" on this particular website? If I go to newsblok dot com, I get a "SCRIPT" value of 179. Kinda bizarre.....
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: interface questions

Post by barbaz »

A script tag is an HTML <script> element
https://developer.mozilla.org/docs/Web/ ... ent/script
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.30a1
Post Reply