Do you know what this javascript does?

All things outside of Burning Man.
Post Reply
User avatar
Apollonaris Zeus
Posts: 3716
Joined: Sun Sep 14, 2003 11:17 am

Do you know what this javascript does?

Post by Apollonaris Zeus » Tue May 04, 2004 11:02 am

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

User avatar
Alpha
Posts: 764
Joined: Fri Sep 26, 2003 4:55 pm

Post by Alpha » Tue May 04, 2004 11:25 am

Looks to me like it suppresses pop-ups. Maybe it's a way to prevent third-party advertising from causing your own web page to pop up ads?

User avatar
DVD Burner
Posts: 11031
Joined: Fri Dec 12, 2003 3:09 am
Burning Since: 1986
Camp Name: White Trash Camp
Contact:

Post by DVD Burner » Tue May 04, 2004 12:05 pm

I'm sure you're not gonna tell me but where did you get that script from?

Is it a Popunder?
https://www.facebook.com/NeXTCODER

User avatar
Apollonaris Zeus
Posts: 3716
Joined: Sun Sep 14, 2003 11:17 am

Post by Apollonaris Zeus » Tue May 04, 2004 3:12 pm

I found that on my own web site index page. Except for one thing. I didn't put it there and It isn't on my computer where I design the pages. It wasn't on someone else computer where I tried to view the source and the computer at the college as well. It seems to be only on my computer when on download index pages. I use norton anti-popup programs, but it wouldn't place it on the page- I don't think.

This function worrys me the most because it look like a data miner of sorts:

function SymWinOpen(url, name, attributes)
{ return (new Object()); }

It see this and the one on the main discussion headline post on the post a reply page of BM, Look it on the Discussion Forum page as this near the bottom.

Need help? Email eplaya at burningman dot com<br /><br />
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> 2.0.6 &copy; 2001, 2002 phpBB Group<br />
<br />

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<script>document.write(Date()+"")</script>
</span>
</div>
</td>
</tr>
</table>

</body>

<script language="JavaScript">
<!--

window.open = SymRealWinOpen;

//-->
</script>

</html>


And I find it on a multiple of other pages, google, the 2wire bandwidth testing page and more.

Do you see when you view the source code?

A II Z

User avatar
Dork
Posts: 2065
Joined: Tue Jan 06, 2004 6:01 pm
Location: Las Vegas

Post by Dork » Tue May 04, 2004 3:18 pm

Norton does add to and remove javascript from pages before they get to your browser. Try clearing your cache, disabling Norton, and downloading it again. It will probably be gone.

User avatar
DVD Burner
Posts: 11031
Joined: Fri Dec 12, 2003 3:09 am
Burning Since: 1986
Camp Name: White Trash Camp
Contact:

Post by DVD Burner » Tue May 04, 2004 3:22 pm

IMHO I dont care for Norton that much. especially for a popup stopper.
Google toolbar works perfect for me. Well, I do have a 128 bit ver of IE.
together it works perfect.

Firefox is killer also.
https://www.facebook.com/NeXTCODER

TechKnow_shaman
Posts: 12
Joined: Thu Jan 08, 2004 1:15 pm
Location: Pinon Hills, CA

Post by TechKnow_shaman » Tue May 04, 2004 4:07 pm

I have to agree about Firefox, awsome browser. Mozilla is great, a little laden with unneeded features though.

Down with IE

User avatar
Apollonaris Zeus
Posts: 3716
Joined: Sun Sep 14, 2003 11:17 am

Post by Apollonaris Zeus » Tue May 04, 2004 4:26 pm

OK now only part of it appears when I disable the Ad Blocker. So it is adding code to the page. I didn't realize that before. I knew one of you eplayans could figure something out.

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

//-->
</script>

You guys rock- as in Blaaaack Roooock!


A II Z


PS- the new norton ad blocker works the best as far as those other freebies i've tested.

User avatar
DVD Burner
Posts: 11031
Joined: Fri Dec 12, 2003 3:09 am
Burning Since: 1986
Camp Name: White Trash Camp
Contact:

Post by DVD Burner » Tue May 04, 2004 4:34 pm

Apollonaris Zeus wrote: PS- the new norton ad blocker works the best as far as those other freebies i've tested.
Yep I can tell by your java question that you're completely saticfied. :lol:
https://www.facebook.com/NeXTCODER

Post Reply

Return to “Open Discussion”