www.werner.webcloner.net
Open in
urlscan Pro
162.0.222.203
Public Scan
URL:
https://www.werner.webcloner.net/
Submission: On January 03 via api from US — Scanned from US
Submission: On January 03 via api from US — Scanned from US
Form analysis
1 forms found in the DOMName: registration — POST
<form id="registration" name="registration" method="post" enctype="application/x-www-form-urlencoded">
<div class="block">
<div class="col50 first">
<div class="field">
<label for="ctrl_select" class="w33">Anrede</label>
<label for="ctrl_text6" class="w66">Vorname</label>
<select id="ctrl_select" class="select w33" name="title" size="1">
<option value="Herr">Herr</option>
<option value="Frau">Frau</option>
</select>
<input id="ctrl_text6" class="text w66" type="text" name="firstname" value="" placeholder="Vorname">
</div>
</div>
<div class="col50 last">
<div class="field">
<label for="ctrl_text7">Nachname</label>
<input id="ctrl_text7" class="text" type="text" name="lastname" value="" placeholder="Nachname">
</div>
</div>
</div>
<div class="block">
<div class="col50 first">
<div class="field">
<label for="ctrl_email">E-Mailadresse</label>
<input id="ctrl_email" class="text" type="text" name="email" value="" placeholder="E-Mailadresse">
</div>
</div>
<div class="col50 last">
<div class="field">
<label for="ctrl_email_retry">E-Mailadresse wiederholen</label>
<input id="ctrl_email_retry" class="text" type="text" name="email_re" value="" placeholder="E-Mailadresse wiederholen">
</div>
</div>
</div>
<div class="block">
<div class="col50 first">
<div class="field">
<label for="ctrl_password">Passwort</label>
<input id="ctrl_password" class="text" type="password" name="password" value="" placeholder="Passwort">
</div>
</div>
<div class="col50 last">
<div class="field">
<label for="ctrl_password_retry">Passwort wiederholen</label>
<input id="ctrl_password_retry" class="text" type="password" name="password_re" value="" placeholder="Passwort wiederholen">
</div>
</div>
</div>
<div class="block">
<div class="col50 first">
<div class="field">
<label for="ctrl_licensecode">Lizenzcode</label>
<input id="ctrl_licensecode" class="text" type="text" name="licensecode" value="" placeholder="Lizenzcode">
</div>
</div>
<div class="col50 last">
<div class="field">
<label for="ctrl_text7">Telefon Nummer</label>
<input id="ctrl_text7" class="text" type="text" name="phone" value="" placeholder="Telefon Nummer">
</div>
</div>
</div>
<div class="submit_container">
<input id="ctrl_submit" class="submit" type="submit" name="submit" value="Registrieren">
<div id="dy-popup-overlay" class="element-items" data-component-exit-popup="" data-element-history="exit-popup" style="display: none;">
<div id="dy-popup-1" class="dy-popup-container">
<div class="dy-popup-close"></div>
<div class="dy-popup-col">
<h2>Wait!</h2>
<hr>
<h1>Save 10%</h1>
<label class="dy-popup-label" for="dy-voucher-code">On your first purchase using this code at the checkout</label>
<div class="dy-voucher-group">
<input id="dy-voucher-code" type="text" value="8DA2WzRyqQ" onclick="this.select();" readonly=""><a id="dy-popup-btn" onclick="copyToClipboard();">Copied</a>
</div>
<a class="dy-popup-optout" href="#"></a>
</div>
</div>
<script>
document.getElementById("dy-popup-overlay").style.display = "none";
document.querySelectorAll("#dy-popup-1 .dy-popup-close, #dy-popup-1 .dy-popup-optout").forEach(element => {
element.addEventListener("click", function() {
document.getElementById("dy-popup-overlay").style.display = "none";
});
});
function copyToClipboard() {
var copyText = document.getElementById("dy-voucher-code");
copyText.select();
document.execCommand("copy");
document.getElementById("dy-popup-btn").innerText = "Copied";
}
document.addEventListener("mouseout", evt => {
console.log("yyyyyyy")
if (evt.toElement === null && evt.relatedTarget === null) {
document.removeEventListener("mouseout", evt);
document.getElementById("dy-popup-overlay").style.display = "flex";
console.log("xxxxx")
}
});
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@keyframes dy-fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#dy-popup-overlay {
position: fixed !important;
top: 0;
left: 0;
height: 100vh !important;
width: 100% !important;
padding: 15px;
background-color: rgba(0, 0, 0, .8);
display: none;
z-index: 9999999 !important;
}
.dy-popup-container {
/* position: absolute; */
z-index: 9999999999 !important;
display: flex;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
margin: auto;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
transition: box-shadow .2s;
opacity: 1 !important;
animation-name: dy-fadein;
animation-duration: 1s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}
.dy-popup-container h2 {
font-size: 2rem;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
color: #333;
margin: 0 0 10px 0;
padding-top: 35px;
}
.dy-popup-container h1 {
font-size: 4rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
color: #000;
margin: 0 0 5px 0;
}
.dy-popup-container hr {
height: 1px;
width: 33%;
background-color: #ccc;
border: 0;
margin: 0 auto 10px auto;
}
.dy-popup-container p {
font-size: 1rem;
line-height: 1.2;
color: #333;
margin: 0 0 15px 0;
}
#dy-popup-btn {
display: inline-flex;
background-color: #68C143;
border: 1px solid #68C143;
padding: 10px 20px;
border-radius: 0 2px 2px 0;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
text-decoration: none;
cursor: pointer;
outline: 0;
overflow: hidden;
transition: background-color .2s, border-color .2s;
color: #fff;
vertical-align: middle;
}
#dy-popup-btn:focus,
#dy-popup-btn:hover {
background-color: #358E10;
border-color: #358E10;
text-decoration: none;
}
.dy-popup-close {
position: relative;
right: -15px;
top: 15px;
color: white;
/* background: red; */
width: 20px;
height: 20px;
opacity: 1;
transition: opacity .2s;
cursor: pointer;
padding: 1px;
}
.dy-popup-close:hover {
opacity: 1;
}
.dy-popup-close:before,
.dy-popup-close:after {
position: absolute;
left: 10px;
content: '';
height: 20px;
width: 2px;
background-color: #999;
}
.dy-popup-close:before {
transform: rotate(45deg);
}
.dy-popup-close:after {
transform: rotate(-45deg);
}
.dy-popup-col {
display: flex;
flex: 1;
flex-direction: column;
padding: 15px;
justify-content: center;
align-items: center;
}
.dy-popup-label {
font-size: 1.4rem;
line-height: 1.2;
font-weight: 300;
text-align: center;
text-transform: uppercase;
color: #333;
margin: 0 10% 15px 10%;
}
.dy-voucher-group {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
#dy-voucher-code {
padding: 10px 20px;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
border-radius: 2px 0 0 2px;
cursor: pointer;
border: 1px solid #D8D8D8;
border-right: 0;
}
#dy-voucher-code:focus {
outline: 0;
}
.dy-popup-optout {
font-size: 1rem;
font-weight: 400;
color: #333;
text-decoration: none;
transition: color .2s;
margin-bottom: 30px;
}
.dy-popup-optout:focus,
.dy-popup-optout:hover {
color: #000;
}
</style>
</div>
<div id="dy-popup-overlay" class="element-items" data-component-exit-popup="" data-element-history="exit-popup">
<div id="dy-popup-1" class="dy-popup-container">
<div class="dy-popup-close"></div>
<div class="dy-popup-col">
<h2>Wait!</h2>
<hr>
<h1>Save 10%</h1>
<label class="dy-popup-label" for="dy-voucher-code">On your first purchase using this code at the checkout</label>
<div class="dy-voucher-group">
<input id="dy-voucher-code" type="text" value="8DA2WzRyqQ" onclick="this.select();" readonly=""><a id="dy-popup-btn" onclick="copyToClipboard();">Copy</a>
</div>
<a class="dy-popup-optout" href="#"></a>
</div>
</div>
<script>
document.getElementById("dy-popup-overlay").style.display = "none";
document.querySelectorAll("#dy-popup-1 .dy-popup-close, #dy-popup-1 .dy-popup-optout").forEach(element => {
element.addEventListener("click", function() {
document.getElementById("dy-popup-overlay").style.display = "none";
});
});
function copyToClipboard() {
var copyText = document.getElementById("dy-voucher-code");
copyText.select();
document.execCommand("copy");
document.getElementById("dy-popup-btn").innerText = "Copied";
}
document.addEventListener("mouseout", evt => {
console.log("yyyyyyy")
if (evt.toElement === null && evt.relatedTarget === null) {
document.removeEventListener("mouseout", evt);
document.getElementById("dy-popup-overlay").style.display = "flex";
console.log("xxxxx")
}
});
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@keyframes dy-fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#dy-popup-overlay {
position: fixed !important;
top: 0;
left: 0;
height: 100vh !important;
width: 100% !important;
padding: 15px;
background-color: rgba(0, 0, 0, .8);
display: none;
z-index: 9999999 !important;
}
.dy-popup-container {
/* position: absolute; */
z-index: 9999999999 !important;
display: flex;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
margin: auto;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
transition: box-shadow .2s;
opacity: 1 !important;
animation-name: dy-fadein;
animation-duration: 1s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}
.dy-popup-container h2 {
font-size: 2rem;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
color: #333;
margin: 0 0 10px 0;
padding-top: 35px;
}
.dy-popup-container h1 {
font-size: 4rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
color: #000;
margin: 0 0 5px 0;
}
.dy-popup-container hr {
height: 1px;
width: 33%;
background-color: #ccc;
border: 0;
margin: 0 auto 10px auto;
}
.dy-popup-container p {
font-size: 1rem;
line-height: 1.2;
color: #333;
margin: 0 0 15px 0;
}
#dy-popup-btn {
display: inline-flex;
background-color: #68C143;
border: 1px solid #68C143;
padding: 10px 20px;
border-radius: 0 2px 2px 0;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
text-decoration: none;
cursor: pointer;
outline: 0;
overflow: hidden;
transition: background-color .2s, border-color .2s;
color: #fff;
vertical-align: middle;
}
#dy-popup-btn:focus,
#dy-popup-btn:hover {
background-color: #358E10;
border-color: #358E10;
text-decoration: none;
}
.dy-popup-close {
position: relative;
right: -15px;
top: 15px;
color: white;
/* background: red; */
width: 20px;
height: 20px;
opacity: 1;
transition: opacity .2s;
cursor: pointer;
padding: 1px;
}
.dy-popup-close:hover {
opacity: 1;
}
.dy-popup-close:before,
.dy-popup-close:after {
position: absolute;
left: 10px;
content: '';
height: 20px;
width: 2px;
background-color: #999;
}
.dy-popup-close:before {
transform: rotate(45deg);
}
.dy-popup-close:after {
transform: rotate(-45deg);
}
.dy-popup-col {
display: flex;
flex: 1;
flex-direction: column;
padding: 15px;
justify-content: center;
align-items: center;
}
.dy-popup-label {
font-size: 1.4rem;
line-height: 1.2;
font-weight: 300;
text-align: center;
text-transform: uppercase;
color: #333;
margin: 0 10% 15px 10%;
}
.dy-voucher-group {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
#dy-voucher-code {
padding: 10px 20px;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
border-radius: 2px 0 0 2px;
cursor: pointer;
border: 1px solid #D8D8D8;
border-right: 0;
}
#dy-voucher-code:focus {
outline: 0;
}
.dy-popup-optout {
font-size: 1rem;
font-weight: 400;
color: #333;
text-decoration: none;
transition: color .2s;
margin-bottom: 30px;
}
.dy-popup-optout:focus,
.dy-popup-optout:hover {
color: #000;
}
</style>
</div>
</div>
</form>
Text Content
* Login REGISTRIERUNG Anrede Vorname Herr Frau Nachname E-Mailadresse E-Mailadresse wiederholen Passwort Passwort wiederholen Lizenzcode Telefon Nummer WAIT! -------------------------------------------------------------------------------- SAVE 10% On your first purchase using this code at the checkout Copied WAIT! -------------------------------------------------------------------------------- SAVE 10% On your first purchase using this code at the checkout Copy * LogIn * Registrieren * Passwort vergessen? © 2023 i-Talk24 * Datenschutz * AGB * Impressum * DSGVO * Kontakt InformationSchließen Schließen InformationSchließen Schließen InformationSchließen Schließen