vxste

js

Mar 8th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.59 KB | None | 0 0
  1. function changeServer() {
  2. var p;
  3. 1 == movie.type ? $("#watch-" + watchId).parent().next().find("a").click() : (p = $("#watch-" + watchId).attr("data-number"),
  4. $(".item-server.active").parent().next().find("a").click(),
  5. setTimeout(function() {
  6. $(".episodes-content .tab-pane.active").find("a[data-number=" + p + "]").click()
  7. }, 1e3))
  8. }
  9. $(document).ready(function() {
  10. function p(p) {
  11. $(p.target).prev(".toggle-submenu").find(".more-less").toggleClass("fa-plus-square fa-minus-square")
  12. }
  13. $("#mobile_menu").click(function(p) {
  14. $("#sidebar_menu, #mobile_menu").toggleClass("active"),
  15. $("#sidebar_menu_bg").addClass("active"),
  16. $("#search-toggle, #search, #header").removeClass("active"),
  17. $("body").toggleClass("body-hidden")
  18. }),
  19. $(".toggle-sidebar, #sidebar_menu_bg").click(function(p) {
  20. $("#sidebar_menu, #mobile_menu, #sidebar_menu_bg, #search-toggle, #search, #header").removeClass("active"),
  21. $("body").removeClass("body-hidden")
  22. }),
  23. $("#search-toggle").click(function(p) {
  24. $("#search, #search-toggle, #sidebar_menu_bg, #header").toggleClass("active"),
  25. $("body").toggleClass("body-hidden")
  26. }),
  27. $("#sidebar_subs_genre, #sidebar_subs_country").on("hidden.bs.collapse", p),
  28. $("#sidebar_subs_genre, #sidebar_subs_country").on("shown.bs.collapse", p)
  29. });
  30. var is_login = !1
  31. , movie = ($.get("/ajax/login-state", function(p) {
  32. is_login = p.is_login,
  33. $("#user-slot, #header_login").html(p.html),
  34. is_login && $("#header").addClass("header-logged")
  35. }),
  36. $.get("/ajax/verify?domain=" + window.location.hostname, function(p) {
  37. p.status || (window.location.href = p.redirectTo)
  38. }),
  39. {
  40. id: $(".detail_page-watch").attr("data-id"),
  41. type: $(".detail_page-watch").attr("data-type")
  42. })
  43. , is_process = !1;
  44. function check_login() {
  45. return !!is_login || ($("#modallogin").modal("show"),
  46. !1)
  47. }
  48. function redirect(p) {
  49. p.redirect && (location.href = p.redirect)
  50. }
  51. function vote_info() {
  52. $.get("/ajax/vote_info/" + movie.id, function(p) {
  53. $("#block-rating").html(p)
  54. })
  55. }
  56. function vote_submit(s, e) {
  57. $("#vote-loading").show(),
  58. "undefined" != typeof recaptcha_site_key ? grecaptcha.execute(recaptcha_site_key, {
  59. action: "vote_movie"
  60. }).then(function(p) {
  61. $.post("/ajax/vote/" + s, {
  62. state: e,
  63. token: p
  64. }, function(p) {
  65. $("#block-rating").html(p)
  66. })
  67. }) : $.post("/ajax/vote/" + s, {
  68. state: e
  69. }, function(p) {
  70. $("#block-rating").html(p)
  71. })
  72. }
  73. function like(p) {
  74. check_login() && vote_submit(p, 1)
  75. }
  76. function dislike(p) {
  77. check_login() && vote_submit(p, 0)
  78. }
  79. function get_episodes() {
  80. 2 == movie.type ? $.get("/ajax/tv/seasons/" + movie.id, function(p) {
  81. $("#content-episodes").html(p)
  82. }) : $.get("/ajax/movie/episodes/" + movie.id, function(p) {
  83. $("#content-episodes").html(p)
  84. })
  85. }
  86. function check_favorite() {
  87. $.get("/ajax/check_favorite/" + movie.id, function(p) {
  88. $("#favorite-state").html(p)
  89. })
  90. }
  91. function submit_add_favorite(p) {
  92. is_process = !0,
  93. $.post("/ajax/favorite", {
  94. movie_id: movie.id,
  95. token: p
  96. }, function(p) {
  97. redirect(p),
  98. is_process = !1,
  99. $("#favorite-state").html(p.html),
  100. $("#fav-message").html(p.message),
  101. $("#alert-fav").show(),
  102. setTimeout(function() {
  103. $("#alert-fav").hide()
  104. }, 3e3)
  105. })
  106. }
  107. function add_favorite() {
  108. is_process || check_login() && ("undefined" != typeof recaptcha_site_key ? grecaptcha.execute(recaptcha_site_key, {
  109. action: "add_favorite"
  110. }).then(function(p) {
  111. submit_add_favorite(p)
  112. }) : submit_add_favorite(""))
  113. }
  114. function remove_favorite(p) {
  115. is_process || check_login() && confirm("Are you sure remove this movie from favorite?") && (is_process = !0,
  116. $.post("/ajax/remove_favorite", {
  117. id: p
  118. }, function(p) {
  119. is_process = !1,
  120. redirect(p),
  121. location.reload()
  122. }))
  123. }
  124. function watch(p, s) {
  125. $(".detail_page").hasClass("watch_page") && (s.preventDefault(),
  126. s = $(p).attr("href"),
  127. p = $(p).attr("data-linkid"),
  128. $(".link-item").removeClass("active"),
  129. history.pushState({}, "", s),
  130. get_source(p))
  131. }
  132. function watch2(p) {
  133. var s;
  134. if ($(".detail_page").hasClass("watch_page"))
  135. return s = $(p).attr("href"),
  136. p = $(p).attr("data-linkid"),
  137. $(".link-item").removeClass("active"),
  138. history.pushState({}, "", s),
  139. get_source(p),
  140. !1
  141. }
  142. function showModalRegister() {
  143. $("#modallogin").modal("show"),
  144. $(".auth-tab").removeClass("active show"),
  145. $("#modal-tab-register").addClass("active show")
  146. }
  147. function showModalLogin() {
  148. $("#modallogin").modal("show"),
  149. $(".auth-tab").removeClass("active show"),
  150. $("#modal-tab-login").addClass("active show")
  151. }
  152. $(document).ready(function() {
  153. $("#text-home-expand").click(function(p) {
  154. $(".text-home").toggleClass("thm-expand")
  155. }),
  156. $(".detail-extend-toggle").click(function(p) {
  157. $(".detail-extend").toggleClass("active")
  158. }),
  159. $(".header_menu-list> .nav-item").bind("mouseover", function() {
  160. $(this).find(".header_menu-sub").css("display", "block")
  161. }),
  162. $(".header_menu-list> .nav-item").bind("mouseout", function() {
  163. $(this).find(".header_menu-sub").css("display", "none")
  164. }),
  165. $("#turn-off-light").click(function(p) {
  166. $("#mask-overlay, #turn-off-light, .watching_player-area").toggleClass("active")
  167. }),
  168. $("#mask-overlay").click(function(p) {
  169. $("#mask-overlay, #turn-off-light, .watching_player-area").removeClass("active")
  170. });
  171. var p = !0
  172. , s = ($(".search-suggest").mouseover(function() {
  173. p = !1
  174. }),
  175. $(".search-suggest").mouseout(function() {
  176. p = !0
  177. }),
  178. null);
  179. $("input[name=keyword]").keyup(function() {
  180. null != s && clearTimeout(s),
  181. s = setTimeout(function() {
  182. s = null;
  183. var p = $("input[name=keyword]").val().trim();
  184. 1 < p.length ? $.post("/ajax/search", {
  185. keyword: p
  186. }, function(p) {
  187. $(".search-suggest").html(p),
  188. $(".search-suggest").css({
  189. display: "flex"
  190. })
  191. }) : $(".search-suggest").hide()
  192. }, 600)
  193. }),
  194. $("input[name=keyword]").blur(function() {
  195. p && $(".search-suggest").hide()
  196. }),
  197. $("input[name=keyword]").focus(function() {
  198. "" !== $(".search-suggest").html() && $(".search-suggest").css({
  199. display: "flex"
  200. })
  201. }),
  202. $(".goto-seasons").click(function() {
  203. $("html, body").animate({
  204. scrollTop: $("#content-episodes").offset().top - 30
  205. }, 1e3)
  206. }),
  207. $(".goto-comments").click(function() {
  208. $("html, body").animate({
  209. scrollTop: $("#film_comments").offset().top - 30
  210. }, 1e3)
  211. }),
  212. $(".btn-filter").click(function() {
  213. var p = []
  214. , s = []
  215. , e = ($(".genre-ids:checked").each(function() {
  216. p.push($(this).val())
  217. }),
  218. $(".country-ids:checked").each(function() {
  219. s.push($(this).val())
  220. }),
  221. p = 0 < p.length ? p.join("-") : "all",
  222. s = 0 < s.length ? s.join("-") : "all",
  223. $("input[name=release_year]:checked").val() || $("select[name=release_year]").val())
  224. , x = $("input[name=quality]:checked").val() || $("select[name=quality]").val()
  225. , l = $("input[name=type]:checked").val() || $("select[name=type]").val();
  226. window.location.href = "/filter?type=" + l + "&quality=" + x + "&release_year=" + e + "&genre=" + p + "&country=" + s
  227. }),
  228. 0 < $("#site-notice").length && void 0 === Cookies.get("_s_notice") && $.get("/ajax/notice", function(p) {
  229. p.status && ($("#site-notice").html(p.html),
  230. "every_12h" === p.frequency && Cookies.set("_s_notice", 1, {
  231. expires: new Date((new Date).getTime() + 432e5)
  232. }),
  233. "every_24h" === p.frequency) && Cookies.set("_s_notice", 1, {
  234. expires: new Date((new Date).getTime() + 864e5)
  235. })
  236. }),
  237. $.get("/ajax/banners?page=" + currPage, function(p) {
  238. p.status && Object.entries(p.banners).forEach(function(p) {
  239. 0 < $("#Q39hhYQopC-" + p[0]).length && "" !== p[1] && "null" !== p[1] && null !== p[1] && (postscribe("#Q39hhYQopC-" + p[0], p[1]),
  240. $("#Q39hhYQopC-" + p[0]).show())
  241. })
  242. }),
  243. $.get("/ajax/banner/vpn", function(p) {
  244. p.status && ($("#vpn-top").html(p.html),
  245. $("#vpn-top").show())
  246. }),
  247. $("#modaltrailer").on("shown.bs.modal", function() {
  248. $("#iframe-trailer").attr("src", $("#iframe-trailer").attr("data-src"))
  249. }),
  250. $("#modaltrailer").on("hide.bs.modal", function() {
  251. $("#iframe-trailer").attr("src", "")
  252. })
  253. });
  254. var app = new Vue({
  255. el: "#app",
  256. data: {
  257. name: "",
  258. email: "",
  259. password: "",
  260. confirm_password: "",
  261. new_password: "",
  262. remember: !1,
  263. error_login: !1,
  264. error_register: !1,
  265. error_forgot: !1,
  266. error_profile: !1,
  267. error_message: "",
  268. keyword: "",
  269. is_process: !1
  270. },
  271. methods: {
  272. show_login: function() {
  273. this.error_login = !1,
  274. $(".auth-tab").removeClass("active show"),
  275. $("#modal-tab-login").addClass("active show")
  276. },
  277. show_register: function() {
  278. this.error_register = !1,
  279. $(".auth-tab").removeClass("active show"),
  280. $("#modal-tab-register").addClass("active show")
  281. },
  282. show_forgot: function() {
  283. this.error_forgot = !1,
  284. $(".mlt-item").removeClass("active"),
  285. $(".auth-tab").removeClass("active show"),
  286. $("#modal-tab-forgot").addClass("active show")
  287. },
  288. login: function(p) {
  289. var s = this;
  290. s.email && s.password && (this.is_process || ($("#login-loading").show(),
  291. this.is_process = !0,
  292. $.post("/ajax/login", {
  293. email: this.email,
  294. password: this.password,
  295. remember: this.remember
  296. }, function(p) {
  297. p.status ? (is_login = p.is_login,
  298. $("#user-slot, #header_login").html(p.html),
  299. $("#modallogin").modal("hide")) : (s.error_login = !0,
  300. s.error_message = p.message),
  301. s.is_process = !1,
  302. $("#login-loading").hide()
  303. }))),
  304. p.preventDefault()
  305. },
  306. forgot_password: function(p) {
  307. p.preventDefault()
  308. },
  309. register: function(p) {
  310. var s = this;
  311. this.password !== this.confirm_password ? (this.error_register = !0,
  312. this.error_message = "Confirm password is invalid") : this.is_process || ($("#register-loading").show(),
  313. this.is_process = !0,
  314. "undefined" != typeof recaptcha_site_key ? grecaptcha.execute(recaptcha_site_key, {
  315. action: "register"
  316. }).then(function(p) {
  317. s.submit_register(p)
  318. }) : s.submit_register("")),
  319. p.preventDefault()
  320. },
  321. submit_register: function(p) {
  322. var s = this;
  323. $.post("/ajax/register", {
  324. email: this.email,
  325. password: this.password,
  326. name: this.name,
  327. token: p
  328. }, function(p) {
  329. p.status ? (is_login = p.is_login,
  330. $("#user-slot").html(p.html),
  331. $("#modallogin").modal("hide")) : (s.error_register = !0,
  332. s.error_message = p.message),
  333. s.is_process = !1,
  334. $("#register-loading").hide()
  335. })
  336. },
  337. update_profile: function(p) {
  338. var s = this;
  339. this.is_process || ($("#update-profile-loading").show(),
  340. this.is_process = !0,
  341. $.post("/ajax/update_profile", {
  342. name: $("#pro5-name").val(),
  343. password: this.password,
  344. new_password: this.new_password
  345. }, function(p) {
  346. p.status ? location.reload() : (s.error_profile = !0,
  347. s.error_message = p.message),
  348. s.is_process = !1
  349. })),
  350. p.preventDefault()
  351. },
  352. search: function(p) {
  353. var s;
  354. "" !== this.keyword && (s = this.keyword.replace(/\W-/g, "").replace(/['"]+/g, "").split(" ").join("-").toLowerCase(),
  355. location.href = "/search/" + s),
  356. p.preventDefault()
  357. }
  358. }
  359. })
  360. , _0x173302 = (!function(p, s) {
  361. var e, x;
  362. "object" == typeof exports && "undefined" != typeof module ? module.exports = s() : "function" == typeof define && define.amd ? define(s) : (p = p || self,
  363. e = p.Cookies,
  364. (x = p.Cookies = s()).noConflict = function() {
  365. return p.Cookies = e,
  366. x
  367. }
  368. )
  369. }(this, function() {
  370. "use strict";
  371. function h(p) {
  372. for (var s = 1; s < arguments.length; s++) {
  373. var e, x = arguments[s];
  374. for (e in x)
  375. p[e] = x[e]
  376. }
  377. return p
  378. }
  379. var i = {
  380. read: function(p) {
  381. return p.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent)
  382. },
  383. write: function(p) {
  384. return encodeURIComponent(p).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g, decodeURIComponent)
  385. }
  386. };
  387. return function s(o, t) {
  388. function e(p, s, e) {
  389. if ("undefined" != typeof document) {
  390. "number" == typeof (e = h({}, t, e)).expires && (e.expires = new Date(Date.now() + 864e5 * e.expires)),
  391. e.expires && (e.expires = e.expires.toUTCString()),
  392. p = encodeURIComponent(p).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape),
  393. s = o.write(s, p);
  394. var x, l = "";
  395. for (x in e)
  396. e[x] && (l += "; " + x,
  397. !0 !== e[x]) && (l += "=" + e[x].split(";")[0]);
  398. return document.cookie = p + "=" + s + l
  399. }
  400. }
  401. return Object.create({
  402. set: e,
  403. get: function(p) {
  404. if ("undefined" != typeof document && (!arguments.length || p)) {
  405. for (var s = document.cookie ? document.cookie.split("; ") : [], e = {}, x = 0; x < s.length; x++) {
  406. var l = s[x].split("=")
  407. , t = l.slice(1).join("=");
  408. '"' === t[0] && (t = t.slice(1, -1));
  409. try {
  410. var h = i.read(l[0]);
  411. if (e[h] = o.read(t, h),
  412. p === h)
  413. break
  414. } catch (p) {}
  415. }
  416. return p ? e[p] : e
  417. }
  418. },
  419. remove: function(p, s) {
  420. e(p, "", h({}, s, {
  421. expires: -1
  422. }))
  423. },
  424. withAttributes: function(p) {
  425. return s(this.converter, h({}, this.attributes, p))
  426. },
  427. withConverter: function(p) {
  428. return s(h({}, this.converter, p), this.attributes)
  429. }
  430. }, {
  431. attributes: {
  432. value: Object.freeze(t)
  433. },
  434. converter: {
  435. value: Object.freeze(o)
  436. }
  437. })
  438. }(i, {
  439. path: "/"
  440. })
  441. }),
  442. !function(p) {
  443. (jQuery.browser = jQuery.browser || {}).mobile = /(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/i.test(p) || /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(p.substr(0, 4))
  444. }(navigator.userAgent || navigator.vendor || window.opera),
  445. function() {
  446. var x = !0;
  447. return function(s, e) {
  448. var p = x ? function() {
  449. var p;
  450. if (e)
  451. return p = e.apply(s, arguments),
  452. e = null,
  453. p
  454. }
  455. : function() {}
  456. ;
  457. return x = !1,
  458. p
  459. }
  460. }())
  461. , css = (!function() {
  462. _0x173302(this, function() {
  463. var p = new RegExp("function *\\( *\\)")
  464. , s = new RegExp("\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)","i")
  465. , e = _0x39426c("init");
  466. p.test(e + "chain") && s.test(e + "input") ? _0x39426c() : e("0")
  467. })()
  468. }(),
  469. "text-shadow: -1px -1px hsl(0,100%,50%), 1px 1px hsl(5.4, 100%, 50%), 3px 2px hsl(10.8, 100%, 50%), 5px 3px hsl(16.2, 100%, 50%), 7px 4px hsl(21.6, 100%, 50%), 9px 5px hsl(27, 100%, 50%), 11px 6px hsl(32.4, 100%, 50%), 13px 7px hsl(37.8, 100%, 50%), 14px 8px hsl(43.2, 100%, 50%), 16px 9px hsl(48.6, 100%, 50%), 18px 10px hsl(54, 100%, 50%), 20px 11px hsl(59.4, 100%, 50%), 22px 12px hsl(64.8, 100%, 50%), 23px 13px hsl(70.2, 100%, 50%), 25px 14px hsl(75.6, 100%, 50%), 27px 15px hsl(81, 100%, 50%), 28px 16px hsl(86.4, 100%, 50%), 30px 17px hsl(91.8, 100%, 50%), 32px 18px hsl(97.2, 100%, 50%), 33px 19px hsl(102.6, 100%, 50%), 35px 20px hsl(108, 100%, 50%), 36px 21px hsl(113.4, 100%, 50%), 38px 22px hsl(118.8, 100%, 50%), 39px 23px hsl(124.2, 100%, 50%), 41px 24px hsl(129.6, 100%, 50%), 42px 25px hsl(135, 100%, 50%), 43px 26px hsl(140.4, 100%, 50%), 45px 27px hsl(145.8, 100%, 50%), 46px 28px hsl(151.2, 100%, 50%), 47px 29px hsl(156.6, 100%, 50%), 48px 30px hsl(162, 100%, 50%), 49px 31px hsl(167.4, 100%, 50%), 50px 32px hsl(172.8, 100%, 50%), 51px 33px hsl(178.2, 100%, 50%), 52px 34px hsl(183.6, 100%, 50%), 53px 35px hsl(189, 100%, 50%), 54px 36px hsl(194.4, 100%, 50%), 55px 37px hsl(199.8, 100%, 50%), 55px 38px hsl(205.2, 100%, 50%), 56px 39px hsl(210.6, 100%, 50%), 57px 40px hsl(216, 100%, 50%), 57px 41px hsl(221.4, 100%, 50%), 58px 42px hsl(226.8, 100%, 50%), 58px 43px hsl(232.2, 100%, 50%), 58px 44px hsl(237.6, 100%, 50%), 59px 45px hsl(243, 100%, 50%), 59px 46px hsl(248.4, 100%, 50%), 59px 47px hsl(253.8, 100%, 50%), 59px 48px hsl(259.2, 100%, 50%), 59px 49px hsl(264.6, 100%, 50%), 60px 50px hsl(270, 100%, 50%), 59px 51px hsl(275.4, 100%, 50%), 59px 52px hsl(280.8, 100%, 50%), 59px 53px hsl(286.2, 100%, 50%), 59px 54px hsl(291.6, 100%, 50%), 59px 55px hsl(297, 100%, 50%), 58px 56px hsl(302.4, 100%, 50%), 58px 57px hsl(307.8, 100%, 50%), 58px 58px hsl(313.2, 100%, 50%), 57px 59px hsl(318.6, 100%, 50%), 57px 60px hsl(324, 100%, 50%), 56px 61px hsl(329.4, 100%, 50%), 55px 62px hsl(334.8, 100%, 50%), 55px 63px hsl(340.2, 100%, 50%), 54px 64px hsl(345.6, 100%, 50%), 53px 65px hsl(351, 100%, 50%), 52px 66px hsl(356.4, 100%, 50%), 51px 67px hsl(361.8, 100%, 50%), 50px 68px hsl(367.2, 100%, 50%), 49px 69px hsl(372.6, 100%, 50%), 48px 70px hsl(378, 100%, 50%), 47px 71px hsl(383.4, 100%, 50%), 46px 72px hsl(388.8, 100%, 50%), 45px 73px hsl(394.2, 100%, 50%), 43px 74px hsl(399.6, 100%, 50%), 42px 75px hsl(405, 100%, 50%), 41px 76px hsl(410.4, 100%, 50%), 39px 77px hsl(415.8, 100%, 50%), 38px 78px hsl(421.2, 100%, 50%), 36px 79px hsl(426.6, 100%, 50%), 35px 80px hsl(432, 100%, 50%), 33px 81px hsl(437.4, 100%, 50%), 32px 82px hsl(442.8, 100%, 50%), 30px 83px hsl(448.2, 100%, 50%), 28px 84px hsl(453.6, 100%, 50%), 27px 85px hsl(459, 100%, 50%), 25px 86px hsl(464.4, 100%, 50%), 23px 87px hsl(469.8, 100%, 50%), 22px 88px hsl(475.2, 100%, 50%), 20px 89px hsl(480.6, 100%, 50%), 18px 90px hsl(486, 100%, 50%), 16px 91px hsl(491.4, 100%, 50%), 14px 92px hsl(496.8, 100%, 50%), 13px 93px hsl(502.2, 100%, 50%), 11px 94px hsl(507.6, 100%, 50%), 9px 95px hsl(513, 100%, 50%), 7px 96px hsl(518.4, 100%, 50%), 5px 97px hsl(523.8, 100%, 50%), 3px 98px hsl(529.2, 100%, 50%), 1px 99px hsl(534.6, 100%, 50%), 7px 100px hsl(540, 100%, 50%), -1px 101px hsl(545.4, 100%, 50%), -3px 102px hsl(550.8, 100%, 50%), -5px 103px hsl(556.2, 100%, 50%), -7px 104px hsl(561.6, 100%, 50%), -9px 105px hsl(567, 100%, 50%), -11px 106px hsl(572.4, 100%, 50%), -13px 107px hsl(577.8, 100%, 50%), -14px 108px hsl(583.2, 100%, 50%), -16px 109px hsl(588.6, 100%, 50%), -18px 110px hsl(594, 100%, 50%), -20px 111px hsl(599.4, 100%, 50%), -22px 112px hsl(604.8, 100%, 50%), -23px 113px hsl(610.2, 100%, 50%), -25px 114px hsl(615.6, 100%, 50%), -27px 115px hsl(621, 100%, 50%), -28px 116px hsl(626.4, 100%, 50%), -30px 117px hsl(631.8, 100%, 50%), -32px 118px hsl(637.2, 100%, 50%), -33px 119px hsl(642.6, 100%, 50%), -35px 120px hsl(648, 100%, 50%), -36px 121px hsl(653.4, 100%, 50%), -38px 122px hsl(658.8, 100%, 50%), -39px 123px hsl(664.2, 100%, 50%), -41px 124px hsl(669.6, 100%, 50%), -42px 125px hsl(675, 100%, 50%), -43px 126px hsl(680.4, 100%, 50%), -45px 127px hsl(685.8, 100%, 50%), -46px 128px hsl(691.2, 100%, 50%), -47px 129px hsl(696.6, 100%, 50%), -48px 130px hsl(702, 100%, 50%), -49px 131px hsl(707.4, 100%, 50%), -50px 132px hsl(712.8, 100%, 50%), -51px 133px hsl(718.2, 100%, 50%), -52px 134px hsl(723.6, 100%, 50%), -53px 135px hsl(729, 100%, 50%), -54px 136px hsl(734.4, 100%, 50%), -55px 137px hsl(739.8, 100%, 50%), -55px 138px hsl(745.2, 100%, 50%), -56px 139px hsl(750.6, 100%, 50%), -57px 140px hsl(756, 100%, 50%), -57px 141px hsl(761.4, 100%, 50%), -58px 142px hsl(766.8, 100%, 50%), -58px 143px hsl(772.2, 100%, 50%), -58px 144px hsl(777.6, 100%, 50%), -59px 145px hsl(783, 100%, 50%), -59px 146px hsl(788.4, 100%, 50%), -59px 147px hsl(793.8, 100%, 50%), -59px 148px hsl(799.2, 100%, 50%), -59px 149px hsl(804.6, 100%, 50%), -60px 150px hsl(810, 100%, 50%), -59px 151px hsl(815.4, 100%, 50%), -59px 152px hsl(820.8, 100%, 50%), -59px 153px hsl(826.2, 100%, 50%), -59px 154px hsl(831.6, 100%, 50%), -59px 155px hsl(837, 100%, 50%), -58px 156px hsl(842.4, 100%, 50%), -58px 157px hsl(847.8, 100%, 50%), -58px 158px hsl(853.2, 100%, 50%), -57px 159px hsl(858.6, 100%, 50%), -57px 160px hsl(864, 100%, 50%), -56px 161px hsl(869.4, 100%, 50%), -55px 162px hsl(874.8, 100%, 50%), -55px 163px hsl(880.2, 100%, 50%), -54px 164px hsl(885.6, 100%, 50%), -53px 165px hsl(891, 100%, 50%), -52px 166px hsl(896.4, 100%, 50%), -51px 167px hsl(901.8, 100%, 50%), -50px 168px hsl(907.2, 100%, 50%), -49px 169px hsl(912.6, 100%, 50%), -48px 170px hsl(918, 100%, 50%), -47px 171px hsl(923.4, 100%, 50%), -46px 172px hsl(928.8, 100%, 50%), -45px 173px hsl(934.2, 100%, 50%), -43px 174px hsl(939.6, 100%, 50%), -42px 175px hsl(945, 100%, 50%), -41px 176px hsl(950.4, 100%, 50%), -39px 177px hsl(955.8, 100%, 50%), -38px 178px hsl(961.2, 100%, 50%), -36px 179px hsl(966.6, 100%, 50%), -35px 180px hsl(972, 100%, 50%), -33px 181px hsl(977.4, 100%, 50%), -32px 182px hsl(982.8, 100%, 50%), -30px 183px hsl(988.2, 100%, 50%), -28px 184px hsl(993.6, 100%, 50%), -27px 185px hsl(999, 100%, 50%), -25px 186px hsl(1004.4, 100%, 50%), -23px 187px hsl(1009.8, 100%, 50%), -22px 188px hsl(1015.2, 100%, 50%), -20px 189px hsl(1020.6, 100%, 50%), -18px 190px hsl(1026, 100%, 50%), -16px 191px hsl(1031.4, 100%, 50%), -14px 192px hsl(1036.8, 100%, 50%), -13px 193px hsl(1042.2, 100%, 50%), -11px 194px hsl(1047.6, 100%, 50%), -9px 195px hsl(1053, 100%, 50%), -7px 196px hsl(1058.4, 100%, 50%), -5px 197px hsl(1063.8, 100%, 50%), -3px 198px hsl(1069.2, 100%, 50%), -1px 199px hsl(1074.6, 100%, 50%), -1px 200px hsl(1080, 100%, 50%), 1px 201px hsl(1085.4, 100%, 50%), 3px 202px hsl(1090.8, 100%, 50%), 5px 203px hsl(1096.2, 100%, 50%), 7px 204px hsl(1101.6, 100%, 50%), 9px 205px hsl(1107, 100%, 50%), 11px 206px hsl(1112.4, 100%, 50%), 13px 207px hsl(1117.8, 100%, 50%), 14px 208px hsl(1123.2, 100%, 50%), 16px 209px hsl(1128.6, 100%, 50%), 18px 210px hsl(1134, 100%, 50%), 20px 211px hsl(1139.4, 100%, 50%), 22px 212px hsl(1144.8, 100%, 50%), 23px 213px hsl(1150.2, 100%, 50%), 25px 214px hsl(1155.6, 100%, 50%), 27px 215px hsl(1161, 100%, 50%), 28px 216px hsl(1166.4, 100%, 50%), 30px 217px hsl(1171.8, 100%, 50%), 32px 218px hsl(1177.2, 100%, 50%), 33px 219px hsl(1182.6, 100%, 50%), 35px 220px hsl(1188, 100%, 50%), 36px 221px hsl(1193.4, 100%, 50%), 38px 222px hsl(1198.8, 100%, 50%), 39px 223px hsl(1204.2, 100%, 50%), 41px 224px hsl(1209.6, 100%, 50%), 42px 225px hsl(1215, 100%, 50%), 43px 226px hsl(1220.4, 100%, 50%), 45px 227px hsl(1225.8, 100%, 50%), 46px 228px hsl(1231.2, 100%, 50%), 47px 229px hsl(1236.6, 100%, 50%), 48px 230px hsl(1242, 100%, 50%), 49px 231px hsl(1247.4, 100%, 50%), 50px 232px hsl(1252.8, 100%, 50%), 51px 233px hsl(1258.2, 100%, 50%), 52px 234px hsl(1263.6, 100%, 50%), 53px 235px hsl(1269, 100%, 50%), 54px 236px hsl(1274.4, 100%, 50%), 55px 237px hsl(1279.8, 100%, 50%), 55px 238px hsl(1285.2, 100%, 50%), 56px 239px hsl(1290.6, 100%, 50%), 57px 240px hsl(1296, 100%, 50%), 57px 241px hsl(1301.4, 100%, 50%), 58px 242px hsl(1306.8, 100%, 50%), 58px 243px hsl(1312.2, 100%, 50%), 58px 244px hsl(1317.6, 100%, 50%), 59px 245px hsl(1323, 100%, 50%), 59px 246px hsl(1328.4, 100%, 50%), 59px 247px hsl(1333.8, 100%, 50%), 59px 248px hsl(1339.2, 100%, 50%), 59px 249px hsl(1344.6, 100%, 50%), 60px 250px hsl(1350, 100%, 50%), 59px 251px hsl(1355.4, 100%, 50%), 59px 252px hsl(1360.8, 100%, 50%), 59px 253px hsl(1366.2, 100%, 50%), 59px 254px hsl(1371.6, 100%, 50%), 59px 255px hsl(1377, 100%, 50%), 58px 256px hsl(1382.4, 100%, 50%), 58px 257px hsl(1387.8, 100%, 50%), 58px 258px hsl(1393.2, 100%, 50%), 57px 259px hsl(1398.6, 100%, 50%), 57px 260px hsl(1404, 100%, 50%), 56px 261px hsl(1409.4, 100%, 50%), 55px 262px hsl(1414.8, 100%, 50%), 55px 263px hsl(1420.2, 100%, 50%), 54px 264px hsl(1425.6, 100%, 50%), 53px 265px hsl(1431, 100%, 50%), 52px 266px hsl(1436.4, 100%, 50%), 51px 267px hsl(1441.8, 100%, 50%), 50px 268px hsl(1447.2, 100%, 50%), 49px 269px hsl(1452.6, 100%, 50%), 48px 270px hsl(1458, 100%, 50%), 47px 271px hsl(1463.4, 100%, 50%), 46px 272px hsl(1468.8, 100%, 50%), 45px 273px hsl(1474.2, 100%, 50%), 43px 274px hsl(1479.6, 100%, 50%), 42px 275px hsl(1485, 100%, 50%), 41px 276px hsl(1490.4, 100%, 50%), 39px 277px hsl(1495.8, 100%, 50%), 38px 278px hsl(1501.2, 100%, 50%), 36px 279px hsl(1506.6, 100%, 50%), 35px 280px hsl(1512, 100%, 50%), 33px 281px hsl(1517.4, 100%, 50%), 32px 282px hsl(1522.8, 100%, 50%), 30px 283px hsl(1528.2, 100%, 50%), 28px 284px hsl(1533.6, 100%, 50%), 27px 285px hsl(1539, 100%, 50%), 25px 286px hsl(1544.4, 100%, 50%), 23px 287px hsl(1549.8, 100%, 50%), 22px 288px hsl(1555.2, 100%, 50%), 20px 289px hsl(1560.6, 100%, 50%), 18px 290px hsl(1566, 100%, 50%), 16px 291px hsl(1571.4, 100%, 50%), 14px 292px hsl(1576.8, 100%, 50%), 13px 293px hsl(1582.2, 100%, 50%), 11px 294px hsl(1587.6, 100%, 50%), 9px 295px hsl(1593, 100%, 50%), 7px 296px hsl(1598.4, 100%, 50%), 5px 297px hsl(1603.8, 100%, 50%), 3px 298px hsl(1609.2, 100%, 50%), 1px 299px hsl(1614.6, 100%, 50%), 2px 300px hsl(1620, 100%, 50%), -1px 301px hsl(1625.4, 100%, 50%), -3px 302px hsl(1630.8, 100%, 50%), -5px 303px hsl(1636.2, 100%, 50%), -7px 304px hsl(1641.6, 100%, 50%), -9px 305px hsl(1647, 100%, 50%), -11px 306px hsl(1652.4, 100%, 50%), -13px 307px hsl(1657.8, 100%, 50%), -14px 308px hsl(1663.2, 100%, 50%), -16px 309px hsl(1668.6, 100%, 50%), -18px 310px hsl(1674, 100%, 50%), -20px 311px hsl(1679.4, 100%, 50%), -22px 312px hsl(1684.8, 100%, 50%), -23px 313px hsl(1690.2, 100%, 50%), -25px 314px hsl(1695.6, 100%, 50%), -27px 315px hsl(1701, 100%, 50%), -28px 316px hsl(1706.4, 100%, 50%), -30px 317px hsl(1711.8, 100%, 50%), -32px 318px hsl(1717.2, 100%, 50%), -33px 319px hsl(1722.6, 100%, 50%), -35px 320px hsl(1728, 100%, 50%), -36px 321px hsl(1733.4, 100%, 50%), -38px 322px hsl(1738.8, 100%, 50%), -39px 323px hsl(1744.2, 100%, 50%), -41px 324px hsl(1749.6, 100%, 50%), -42px 325px hsl(1755, 100%, 50%), -43px 326px hsl(1760.4, 100%, 50%), -45px 327px hsl(1765.8, 100%, 50%), -46px 328px hsl(1771.2, 100%, 50%), -47px 329px hsl(1776.6, 100%, 50%), -48px 330px hsl(1782, 100%, 50%), -49px 331px hsl(1787.4, 100%, 50%), -50px 332px hsl(1792.8, 100%, 50%), -51px 333px hsl(1798.2, 100%, 50%), -52px 334px hsl(1803.6, 100%, 50%), -53px 335px hsl(1809, 100%, 50%), -54px 336px hsl(1814.4, 100%, 50%), -55px 337px hsl(1819.8, 100%, 50%), -55px 338px hsl(1825.2, 100%, 50%), -56px 339px hsl(1830.6, 100%, 50%), -57px 340px hsl(1836, 100%, 50%), -57px 341px hsl(1841.4, 100%, 50%), -58px 342px hsl(1846.8, 100%, 50%), -58px 343px hsl(1852.2, 100%, 50%), -58px 344px hsl(1857.6, 100%, 50%), -59px 345px hsl(1863, 100%, 50%), -59px 346px hsl(1868.4, 100%, 50%), -59px 347px hsl(1873.8, 100%, 50%), -59px 348px hsl(1879.2, 100%, 50%), -59px 349px hsl(1884.6, 100%, 50%), -60px 350px hsl(1890, 100%, 50%), -59px 351px hsl(1895.4, 100%, 50%), -59px 352px hsl(1900.8, 100%, 50%), -59px 353px hsl(1906.2, 100%, 50%), -59px 354px hsl(1911.6, 100%, 50%), -59px 355px hsl(1917, 100%, 50%), -58px 356px hsl(1922.4, 100%, 50%), -58px 357px hsl(1927.8, 100%, 50%), -58px 358px hsl(1933.2, 100%, 50%), -57px 359px hsl(1938.6, 100%, 50%), -57px 360px hsl(1944, 100%, 50%), -56px 361px hsl(1949.4, 100%, 50%), -55px 362px hsl(1954.8, 100%, 50%), -55px 363px hsl(1960.2, 100%, 50%), -54px 364px hsl(1965.6, 100%, 50%), -53px 365px hsl(1971, 100%, 50%), -52px 366px hsl(1976.4, 100%, 50%), -51px 367px hsl(1981.8, 100%, 50%), -50px 368px hsl(1987.2, 100%, 50%), -49px 369px hsl(1992.6, 100%, 50%), -48px 370px hsl(1998, 100%, 50%), -47px 371px hsl(2003.4, 100%, 50%), -46px 372px hsl(2008.8, 100%, 50%), -45px 373px hsl(2014.2, 100%, 50%), -43px 374px hsl(2019.6, 100%, 50%), -42px 375px hsl(2025, 100%, 50%), -41px 376px hsl(2030.4, 100%, 50%), -39px 377px hsl(2035.8, 100%, 50%), -38px 378px hsl(2041.2, 100%, 50%), -36px 379px hsl(2046.6, 100%, 50%), -35px 380px hsl(2052, 100%, 50%), -33px 381px hsl(2057.4, 100%, 50%), -32px 382px hsl(2062.8, 100%, 50%), -30px 383px hsl(2068.2, 100%, 50%), -28px 384px hsl(2073.6, 100%, 50%), -27px 385px hsl(2079, 100%, 50%), -25px 386px hsl(2084.4, 100%, 50%), -23px 387px hsl(2089.8, 100%, 50%), -22px 388px hsl(2095.2, 100%, 50%), -20px 389px hsl(2100.6, 100%, 50%), -18px 390px hsl(2106, 100%, 50%), -16px 391px hsl(2111.4, 100%, 50%), -14px 392px hsl(2116.8, 100%, 50%), -13px 393px hsl(2122.2, 100%, 50%), -11px 394px hsl(2127.6, 100%, 50%), -9px 395px hsl(2133, 100%, 50%), -7px 396px hsl(2138.4, 100%, 50%), -5px 397px hsl(2143.8, 100%, 50%), -3px 398px hsl(2149.2, 100%, 50%), -1px 399px hsl(2154.6, 100%, 50%); font-size: 40px;");
  470. function _0x39426c(p) {
  471. function s(p) {
  472. if ("string" == typeof p)
  473. return function(p) {}
  474. .constructor("while (true) {}").apply("counter");
  475. 1 !== ("" + p / p).length || p % 20 == 0 ? function() {
  476. return !0
  477. }
  478. .constructor("debugger").call("action") : function() {
  479. return !1
  480. }
  481. .constructor("debugger").apply("stateObject"),
  482. s(++p)
  483. }
  484. try {
  485. if (p)
  486. return s;
  487. s(0)
  488. } catch (p) {}
  489. }
  490. setInterval(function() {
  491. _0x39426c()
  492. }, 4e3),
  493. console.log("%cSTOP! %s", css, "Great power comes great responsibility!");
  494.  
Advertisement
Add Comment
Please, Sign In to add comment