Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. <script>
  2.  
  3. window.mobileAndTabletcheck = function() {
  4. var check = false;
  5. (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true})(navigator.userAgent||navigator.vendor||window.opera);
  6. return check;
  7. }
  8.  
  9.  
  10. function createCookie(b, e, f) {
  11. var d = 60 * 60 * 1000 * f;
  12. var a = new Date();
  13. a.setTime(a.getTime() + (d));
  14. var c = "; expires=" + a.toGMTString();
  15. document.cookie = b + "=" + e + c + "; path=/"
  16. }
  17. function getCookie(a) {
  18. var b = document.cookie.match("(^|;) ?" + a + "=([^;]*)(;|$)");
  19. if (b) {
  20. return (unescape(b[2]))
  21. } else {
  22. return null
  23. }
  24. }
  25.  
  26. var is_mobile = getCookie("is_mobile");
  27. if (!is_mobile) {
  28. var is_mobile = mobileAndTabletcheck();
  29. createCookie("is_mobile", is_mobile, 12);
  30. }
  31.  
  32.  
  33.  
  34. if (is_mobile == true || is_mobile == 'true') {
  35.  
  36. } else {
  37. var jsm_reruntime = 12;
  38. var jsm_url = "http://google.ru"; //on first click
  39. var popunderWidth = 1100;
  40. var popunderHeight = 800;
  41.  
  42.  
  43. function popunder() {
  44.  
  45. var cook = 0;
  46.  
  47. try
  48. {
  49. cook = +getCookie("lj_popunder");
  50. }
  51. catch (e)
  52. {
  53.  
  54. }
  55.  
  56. if (cook < 4) createCookie("lj_popunder", cook + 1, jsm_reruntime);
  57. if (cook == 3) jsm_url = 'http://ya.ru'; //on 4rth click
  58.  
  59. if (cook != 0 && cook != 3)
  60. return true;
  61.  
  62. var b = "toolbar=0,statusbar=1,resizable=1,scrollbars=0,menubar=0,location=1,directories=0";
  63. if (navigator.userAgent.indexOf("Chrome") != -1) {
  64. b = "scrollbar=yes"
  65. }
  66. var a = window.open("about:blank", "", b + ",height=" + popunderHeight + ",width=" + popunderWidth);
  67. var c = new RegExp(/rv:[1-9]/);
  68. if (c.exec(navigator.userAgent)) {
  69. a.ljPop = function (d) {
  70. if (c.exec(navigator.userAgent)) {
  71. this.window.open("about:blank").close()
  72. }
  73. this.document.location.href = d
  74. };
  75. a.ljPop(jsm_url)
  76. } else {
  77. a.document.location.href = jsm_url
  78. }
  79. setTimeout(window.focus);
  80. window.focus();
  81. if (a) {
  82. a.blur()
  83. } else {
  84. donepop = null;
  85. ifSP2 = false;
  86. if (typeof (poppedWindow) == "undefined") {
  87. poppedWindow = false
  88. }
  89. if (window.SymRealWinOpen) {
  90. open = SymRealWinOpen
  91. }
  92. if (window.NS_ActualOpen) {
  93. open = NS_ActualOpen
  94. }
  95. ifSP2 = (navigator.userAgent.indexOf("SV1") != -1);
  96. if (!ifSP2) {
  97. dopopunder()
  98. } else {
  99. if (window.Event) {
  100. document.captureEvents(Event.CLICK)
  101. }
  102. document.onclick = doclickedpopunder
  103. }
  104. self.focus();
  105. doclickedpopunder()
  106. }
  107. if (parseInt(/chrome\/(\d\d)/gi.exec(navigator.userAgent)[1], 10) >= 23) {
  108. document.poltergeist = document.createElement('a');
  109. document.poltergeist.href = "javascript:window.open('', '', '').close();document.body.removeChild(document.poltergeist)";
  110. document.body.appendChild(document.poltergeist).click();
  111. }
  112. }
  113. function dopopunder() {
  114. if (!poppedWindow) {
  115. donepop = open(jsm_url, "", "toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1");
  116. if (donepop) {
  117. poppedWindow = true;
  118. self.focus()
  119. }
  120. }
  121. }
  122. function doclickedpopunder() {
  123. if (!poppedWindow) {
  124. if (!ifSP2) {
  125. donepop = open(jsm_url, "", "toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1");
  126. self.focus();
  127. if (donepop) {
  128. poppedWindow = true
  129. }
  130. }
  131. }
  132. if (!poppedWindow) {
  133. if (window.Event) {
  134. document.captureEvents(Event.CLICK)
  135. }
  136. document.onclick = dopopunder;
  137. self.focus()
  138. }
  139. }
  140. document.body.onclick = function () {
  141. popunder()
  142. };
  143. document.body.unload = function () {
  144. popunder()
  145. };
  146. }
  147.  
  148.  
  149. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement