What does "Hide <NOSCRIPT> elements" do?

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

What does "Hide <NOSCRIPT> elements" do?

Post by Invicio »

Does ticking the "Hide <NOSCRIPT> elements" checkbox mean that anything between a <NOSCRIPT>...</NOSCRIPT> is not displayed or executed?

I'm asking because I came across an embedded script between these tags:

Code: Select all

<noscript>
 <object data="http://example.org/cgi-bin/URLtracker.php?tracker_mode=noscript" type="text/html"></object>

</noscript>
That smells dangerously like a scripting trap.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
User avatar
computerfreaker
Senior Member
Posts: 220
Joined: Wed Sep 16, 2009 10:03 pm
Location: USA

Re: What does "Hide <NOSCRIPT> elements" do?

Post by computerfreaker »

Invicio wrote:That smells dangerously like a scripting trap.
Actually, I'm going to guess that's just the standard "You have JavaScript disabled. Please enable it to use this website." page; if you provide a specific link, I'll try to check for you.

As for "Hide NOSCRIPT elements", I'm not sure if it just hides them or actually removes them. The NoScript FAQ didn't say anything about that, so I reckon we'll have to wait for Mr. Maone or a user with experience with that setting.
With great power comes great responsibility.
Learn something new every day, and the rest will take care of itself.
Life is a journey, not a destination. Enjoy the trip!
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: What does "Hide <NOSCRIPT> elements" do?

Post by Giorgio Maone »

That setting hides <NOSCRIPT> elements (as the label implies) using CSS.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Post Reply