UA-100768763-1 Jump to content

Bug in the AA website? Or is it just me?


Ivan

Recommended Posts

Has anyone noticed any weird spam showing up on the ArtAsylum.com website? For example when hit the latest blog entry it looks like this:

aaBlog.png

There's a chunk of code in the source that hides the spam using Javascript. I usually browse the web with Javascript disabled (masochistic, I know) so the spam shows up for me. It doesn't look malicious, just there to boost search rankings.

<div id="hideMe">
<p>Subsequent on our spam, spam, spam, eggs and spam</p>
</div>
<script type="text/javascript">if(document.getElementById('hideMe') != null){document.getElementById('hideMe').style.visibility = 'hidden';document.getElementById('hideMe').style.display = 'none';}</script>

It's possible this isn't AA and my system is infected. So I thought I'd get some independent verification before bothering DST..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...