- Scan-ID:
- 1998f410-2d13-4922-8785-d24621984f1eBeendet
- Eingereichte URL:
- https://bit.ly/tsunsubUmgeleitet
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 7 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
Popper | object |
bootstrap | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unsubscribe from TechSlash.com</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<h2 class="text-center my-4">Enter Your Email To Proceed with Unsubscription</h2>
<form action="process.php" method="POST">
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your email" required="">
</div>
<div class="form-group">
<label for="reason">Reason</label>
<select class="form-control" id="reason" name="reason">
<option value="">Select Reason</option>
<option value="Unsubscribed due to email overload">Unsubscribed due to email overload</option>
<option value="Unsubscribed due to irrelevant content">Unsubscribed due to irrelevant content</option>
<option value="Unsubscribed due to better alternatives">Unsubscribed due to better alternatives</option>
<option value="Unsubscribed due to quality issues">Unsubscribed due to quality issues</option>
<option value="Unsubscribed due to privacy concerns">Unsubscribed due to privacy concerns</option>
<option value="Other">Other</option>
</select>
</div>
<button type="submit" class="btn btn-primary btn-block">Submit</button>
</form>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body></html>