Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $(function(){
  2. if (/no-adblock/.test(document.body.className)){
  3. } else {
  4. var _GonG = document.createElement("iframe");
  5. _GonG.setAttribute("frameborder", 0);
  6. _GonG.setAttribute("scrolling", "no");
  7. _GonG.setAttribute("src", "http://measure.mf.cz/zive.html");
  8. _GonG.style.width = 0 + "px";
  9. _GonG.style.height = 0 + "px";
  10. document.body.appendChild(_GonG);
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement