Created
September 27, 2021 12:20
-
-
Save kami4ka/efd1ed05c940c1eb549e172ca1b557fd to your computer and use it in GitHub Desktop.
Immoscout captcha page sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html><head> | |
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/tftmXwdbgCvrXiHxr5HGbIaL/recaptcha__de.js" crossorigin="anonymous" integrity="sha384-PT4x0R227mNUgUvxec3X/5F/RwDKEsgBvEzvdset1CNC9n9MFTv2gaqWg5d6b7pc"></script><script> | |
(function () { | |
try { | |
if (typeof sessionStorage !== 'undefined') { | |
sessionStorage.setItem('distil_referrer', document.referrer); | |
} | |
} catch (e) {} | |
})() | |
</script> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="robots" content="noindex, nofollow"> | |
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> | |
<meta http-equiv="pragma" content="no-cache"> | |
<meta http-equiv="expires" content="0"> | |
<title>Ich bin kein Roboter - ImmobilienScout24</title> | |
<link rel="icon" type="image/vnd.microsoft.icon" href="https://www.immobilienscout24.de/favicon.ico"> | |
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="https://www.immobilienscout24.de/favicon.ico"> | |
<style> | |
@font-face { | |
font-family: "Make It Sans IS24 Web"; | |
font-style: normal; | |
font-weight: 400; | |
font-display: swap; | |
src: url("https://www.static-immobilienscout24.de/fro/core/4.4.1/font/vendor/make-it-sans/MakeItSansIS24WEB-Regular.woff2") format("woff2"), url("https://www.static-immobilienscout24.de/fro/core/4.4.1/font/vendor/make-it-sans/MakeItSansIS24WEB-Regular.woff") format("woff"); | |
} | |
@font-face { | |
font-family: "Make It Sans IS24 Web"; | |
font-style: normal; | |
font-weight: 700; | |
font-display: swap; | |
src: url("https://www.static-immobilienscout24.de/fro/core/4.4.1/font/vendor/make-it-sans/MakeItSansIS24WEB-Bold.woff2") format("woff2"), url("https://www.static-immobilienscout24.de/fro/core/4.4.1/font/vendor/make-it-sans/MakeItSansIS24WEB-Bold.woff") format("woff"); | |
} | |
@font-face { | |
font-family: 'IS24Icons'; | |
src: url('https://www.static-immobilienscout24.de/fro/core/4.4.1/font/vendor/is24-icons/is24-icons.woff') format('woff'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
a, | |
abbr, | |
address, | |
article, | |
aside, | |
audio, | |
b, | |
blockquote, | |
body, | |
canvas, | |
caption, | |
cite, | |
code, | |
dd, | |
del, | |
details, | |
dfn, | |
div, | |
dl, | |
dt, | |
em, | |
fieldset, | |
figcaption, | |
figure, | |
footer, | |
form, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
header, | |
html, | |
i, | |
iframe, | |
img, | |
input, | |
ins, | |
kbd, | |
label, | |
legend, | |
li, | |
main, | |
mark, | |
menu, | |
nav, | |
object, | |
ol, | |
p, | |
pre, | |
q, | |
samp, | |
section, | |
select, | |
small, | |
span, | |
strong, | |
sub, | |
summary, | |
sup, | |
table, | |
tbody, | |
td, | |
textarea, | |
tfoot, | |
th, | |
thead, | |
time, | |
tr, | |
ul, | |
var, | |
video { | |
-ms-box-sizing: border-box; | |
-o-box-sizing: border-box; | |
box-sizing: border-box; | |
margin: 0; | |
padding: 0; | |
border: 0; | |
outline: 0; | |
} | |
html { | |
font-size: 62.5%; | |
} | |
body { | |
background-color: #fff; | |
color: #333; | |
font-size: 1.4em; | |
line-height: 1.61; | |
font-family: "Make It Sans IS24 Web", Verdana, "DejaVu Sans", Arial, Helvetica, sans-serif; | |
} | |
.page-wrapper { | |
margin-left: auto; | |
margin-right: auto; | |
max-width: 1170px; | |
background-color: #fff; | |
} | |
.grid { | |
display: block; | |
margin-right: 0; | |
} | |
.grid:after { | |
display: table; | |
clear: both; | |
content: ""; | |
} | |
.grid-item { | |
display: block; | |
float: left; | |
vertical-align: top; | |
text-align: left; | |
} | |
.header { | |
border-bottom: 1px solid #e0e0e0; | |
} | |
.header .grid { | |
padding-left: 70px; | |
padding-right: 70px; | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.header .logo { | |
width: 50%; | |
float: left; | |
} | |
.header .logo img { | |
vertical-align: top; | |
} | |
.header .login-button { | |
width: 50%; | |
text-align: right; | |
float: left; | |
} | |
.header .login-button a { | |
padding-top: .35714286em; | |
padding-bottom: .35714286em; | |
min-width: 9.42857143em; | |
font-family: "Make It Sans IS24 Web", Verdana, "DejaVu Sans", Arial, Helvetica, sans-serif; | |
border-radius: 8px; | |
background-color: #fff; | |
display: inline-block; | |
border: 1px solid #333333; | |
padding: .64285714em 1.64285714em; | |
font-weight: 600; | |
font-size: 1.4rem; | |
text-align: center; | |
letter-spacing: .2px; | |
line-height: 1.42857143em; | |
white-space: nowrap; | |
cursor: pointer; | |
color: #333333; | |
} | |
.header .login-button a:link, | |
.header .login-button a:visited, | |
.header .login-button a:focus, | |
.header .login-button a:hover { | |
text-decoration: none; | |
color: #333333; | |
} | |
.header .login-button a:hover { | |
background-color: #eaeaea; | |
} | |
.main { | |
clear: both; | |
padding-top: 55px; | |
max-width: 583px; | |
margin-left: auto; | |
margin-right: auto; | |
text-align: center; | |
} | |
.main .headline { | |
font-size: 4.0rem; | |
font-weight: bold; | |
letter-spacing: 0px; | |
line-height: 4.8rem; | |
text-align: center; | |
} | |
.main .main__logo { | |
padding-top: 10px; | |
text-align: center; | |
} | |
.main .main__logo img { | |
height: 240px; | |
width: 240px; | |
vertical-align: top; | |
} | |
.main .main__part1 { | |
padding-top: 11px; | |
font-size: 1.4rem; | |
font-weight: bold; | |
letter-spacing: 0px; | |
line-height: 20px; | |
} | |
.main .main__captcha { | |
padding-top: 36px; | |
padding-bottom: 36px; | |
} | |
.main .main_part2_header1 { | |
font-weight: bold; | |
} | |
.main .main_part2_header2 { | |
font-weight: bold; | |
padding-top: 16px; | |
} | |
.main .main__list { | |
padding-top: 14px; | |
padding-bottom: 42px; | |
} | |
.main .main__list ul li { | |
list-style-position: inside; | |
} | |
.footer { | |
background: #f2f2f2; | |
text-align: center; | |
} | |
.footer .footer-content { | |
max-width: 583px; | |
margin-left: auto; | |
margin-right: auto; | |
padding-top: 15px; | |
padding-bottom: 6px; | |
color: #757575; | |
font-size: 1.2rem; | |
line-height: 1.6rem; | |
} | |
.footer .footer-content div { | |
padding-top: 20px; | |
} | |
.footer .footer-content div:first-child { | |
padding-top: 0; | |
} | |
.footer .footer-content a, | |
.footer .footer-content a:visited, | |
.footer .footer-content a:link, | |
.footer .footer-content a:focus, | |
.footer .footer-content .legend { | |
color: #757575; | |
font-size: 1.2rem; | |
line-height: 1.6rem; | |
text-decoration: none; | |
} | |
.footer .footer-content a:hover { | |
color: #757575; | |
font-size: 1.2rem; | |
line-height: 1.6rem; | |
text-decoration: underline; | |
} | |
.g-recaptcha { | |
display: inline-block; | |
} | |
.geetest_holder { | |
margin: 0 auto; | |
} | |
@media (max-width: 668px) { | |
.palm-hide { | |
display: none; | |
} | |
.header .grid { | |
padding-left: 16px; | |
padding-right: 16px; | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.main { | |
padding-top: 32px; | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.main .headline { | |
font-size: 3.2rem; | |
font-weight: normal; | |
line-height: 4.0rem; | |
} | |
.main .main__logo img { | |
height: 188px; | |
width: 188px; | |
} | |
.footer .footer-content { | |
padding-bottom: 32px; | |
} | |
} | |
</style> | |
<script> | |
function showBlockPage() { | |
console.log("showing block page"); | |
} | |
setTimeout(showBlockPage, 10000); | |
</script> | |
<script type="text/javascript" src="/assets/immo-1-17" async="" defer=""></script> | |
<script> | |
window.captchaDescription = '<p>Nachdem du das unten stehende CAPTCHA bestätigt hast, wirst du sofort auf die von dir angefragte Seite weitergeleitet.</p>'; | |
window.geetestLang = 'de'; | |
</script> | |
<script src="https://www.google.com/recaptcha/api.js?hl=de"></script> | |
<script src="https://static.geetest.com/static/tools/gt.js"></script> | |
<script> | |
initGeetest({ | |
gt: "0fdbade8a0fe41cba0ff758456d23dfa", | |
challenge: "859089f9c2d210b446241e635daa0570", | |
offline: false, | |
new_captcha: true, | |
lang: window.geetestLang || "en", | |
}, function (captchaObj) { | |
captchaObj.onSuccess(function () { | |
var obj = captchaObj.getValidate(); | |
solvedCaptcha({ | |
geetest_challenge: obj.geetest_challenge, | |
geetest_seccode: obj.geetest_seccode, | |
geetest_validate: obj.geetest_validate, | |
data: "3:6WblUaR13DuCYIdI1SgbqA==:gjASBdtQr2f3Is3N5ZTuv2OCXSUW3qpwb6ivhTCuiJuN5ZhZqolFGxvfw73Mv3tL:wTuZeY6pa++81SdUGx2+PzCtB160S9Lj3W4VJk18V6Y=" | |
}); | |
}); | |
captchaObj.appendTo('#captcha-box'); | |
}); | |
</script><script charset="UTF-8" async="" src="https://api.geetest.com/gettype.php?gt=0fdbade8a0fe41cba0ff758456d23dfa&callback=geetest_1632744533336"></script> | |
<script> | |
function solvedCaptcha(payload) { | |
const timeoutMs = 10000; | |
protectionSubmitCaptcha("geetest", payload, timeoutMs, "3:mkf0k5wo7A9GGHwYIYqyhw==:BKuIPM65xyem6NAcO96zOkf86gfPCsMCOnIXjPuzURBcArC9JNaa3nB+AbWSoTyJTVQLoigDDCfo/fEEStA9wUPv/VthIj+gpcP4kWYYW0lCmvPazoJ/iE1QaQ6rdJnkKC3iTRR3vIVH7WevKoVk+4oJkmYEue1ecEFQXS+bil01imnaNDMOah+7QDRN1zFCbK7/2iEI0LAluCcMbmpoCg==:wBhwRGQ6vGd8kKrqDwdWeTlkyJ6xWOe846VLN2YOT7Y=") | |
.then( | |
function() { | |
window.location.reload(true); | |
}, | |
function(error) { | |
console.log(error); | |
}, | |
); | |
} | |
</script> | |
<script charset="UTF-8" async="" crossorigin="anonymous" src="https://static.geetest.com/static/js/fullpage.9.0.7.js"></script><script charset="UTF-8" src="https://api.geetest.com/get.php?gt=0fdbade8a0fe41cba0ff758456d23dfa&challenge=859089f9c2d210b446241e635daa0570&lang=de&pt=0&client_type=web&w=In9R(12LaHJQ)cdyXhHjc6rP1P3Rt3cIKzeK9Ml7OcHMpkT01)J1mS)DARavXG5JGTDcEucTMihLAhAkY67qHf8BqFeGdkGmEo5rnCdmu0F2fmPjvFN2HEMfcCQFP)KJtMuy4kxb1EAWM8YZr(oIdOWyw(dhwX3fYCnopXb9wzDcSCmJhtp3mMpSm6di7tyw5m3g(3BLRFk1DeusqJBMv7qPEpYeVGqPscDmyi2aFYHrlsp)wKP7)m(2SMMjzN0rql(h153Qh5OyEU9Gg(wylBip11Ic1nZLw0UFq7fmjW35LzghqsnT)pLoxzaKwoTWtQUg0yUqyGxeDgMHD2GZayzUVwzno7GCY3R5H(upyJYj7RcB3bkD)4fV9QDRsTLwnVwc2xwMts0HIPdTVWlQRlFXnLiIPhZPWJwT5jGs8GyntfoW7oHOUa4uAvB84zskZ1XoDRX4JJxldSgbiyNGRoE9znu(F2ee8(cS7m3BiSUK5k9LCRXDvOwtdQboeyYMfSyvVzjL50wgigoxVNm0BXvE)0FzMJDmRgqRcJDKlZuxevrJBWJPmXuGFjN9FQOVDZ9X(Z34oF9qW6tZ(34CWTLu3l5f20QGm5hF8mJSKtX1TikHlciUrl4E7h9ifsn0NjLR0c7wpRIastcIO194FAb5mrTsgPQnxp54kDuyk1BkQuGdfpHKmutAbI80VBXaqcoBkNUCnwU3yaI2(DlgW17NemzIox34Qcwg13fX2ZySwUS)A2JR1VMASq5s9rwE806SPtPkvuaq7ieWXwsQtAGOfyH50jPpcA8jO()9CK6SavA6lvDd)qGWW80)wbJ(O10ClvAGyHeiXIYy(LrX9KOIaL(Evy9OvDdMj6h2iAl685GYjNqeValWa4uaU7xh)KWFLHNp1JMC5(yRqH1(W)tMKvo47USbBej9SZAIi3FzWcy3g4Ea8swUXa3q5zFb6p(x7d8JY4rb4m(PEZO1OFadvhO4sHLv0gpUyJKF8)RUwALQV59JIaKz9MMZ6Y6yIQoemUYd6tCMx0rcAYgYiuxjifMqUMhQrKR)(WpwUISQpBqo5htRasIw5rNuWFidIY8UFQSLYWlTXsMs7FdVzgsGwlFZGhp88IM1AgfDCUEBx(hisYQU0FMCjSAlc7Ec7Pg)FWn3pwJKABRLv97nJgksik8x51AcVamtu)gkSCsIjhS0bRy3fhsxacDO3PDV4zFt)Hv9cR7tXMImiwFEMTCfc5xBdUk6Zzf7GKP6Wb3iLfv0rswl2A06rl5ILON7IO2Cn)TifuUMDb0F9DDru87tnNlK3dSp14VpY(OJ25CR1CzEkfkHbGvhb2rv6sZFOfxEpXOXpdKCk6RmUo1GPBMQaM6qT3p2yAKZuE))nh97CBi6AtKD(su9MQzmLnvwlIGd1KBRxFhA5cTA)vF8UPH5Kt)UoNVmXaLca9QYas2JyMlIK6HT8ZFqUFBilVnRJ43HkApd24zDzDBQ6MaUkvWGdkQpbUOaikskBQMRjc1zQzdxbX0xOe5O5O7eveobWUxqDzq2Z2w)49BNWHNMOIQBTiP9wTnEUnfZrhDrDfJJnaaONARReH6)mJSIa9w5z5REFJzCnI2wgyMX4ty2qj4XQByd4KivcOLMzqxtSe8RAeSca5JaJ4sroxYASm1eyJMqGhQxIVCAazyzAfW7T2w0ymUYaNXCgOaqa0A9yPE9(lqF9F5gQBOaLGmX9vA7pgJH2UO3W1SiKfW0PQ6wwTPFObg2pDHTMUHWakqK(70ZKsFF5widUbMYRK8mnMP0c154f02697b055fd18eb12e1086735954218644f5edc08c79a765599bd039012cfe451b233e56b690eddd6a6374108ac6f0d69c4c116a5d1063e9083ae14aadb6fca18b75a10f192d8524ce266bc14abf21602594d709b632e2ad7ee5cce175e9a222e718fcddfe4d8ab9dc5657a822ab934a8d07d7d12c1884ee89da1f9d9ba&callback=geetest_1632744532936"></script><link href="https://static.geetest.com/static/wind/style_https.1.5.8.css" rel="stylesheet"></head> | |
<body><iframe style="display: none;"></iframe> | |
<div class="header"> | |
<div class="page-wrapper"> | |
<div class="grid"> | |
<div class="logo grid-item"> | |
<a href="https://www.immobilienscout24.de/"> | |
<img src="https://www.static-immobilienscout24.de/fro/imperva/0.0.1/is24-logo.svg" alt="ImmoScout24 Logo"> | |
</a> | |
</div> | |
<div class="login-button grid-item"> | |
<a href="https://www.immobilienscout24.de/geschlossenerbereich/start.html?source=meinkontodropdown-login"> | |
Anmelden <span class="palm-hide">/ Registrieren</span> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="page-wrapper"> | |
<div class="main"> | |
<div class="headline"> | |
Ich bin kein Roboter | |
</div> | |
<div class="main__logo"> | |
<img src="https://www.static-immobilienscout24.de/fro/imperva/0.0.1/robot-logo.svg" alt="Roboter Logo"> | |
</div> | |
<div class="main__part1"> | |
Du bist ein Mensch aus Fleisch und Blut? Entschuldige bitte, dann hat unser System dich | |
fälschlicherweise als Roboter identifiziert. Um unsere Services weiterhin zu nutzen, löse bitte diesen | |
kurzen Test. | |
</div> | |
<div class="main__captcha"> | |
<div id="explanation" class="container"> | |
<script> | |
showBlockPage() | |
document.writeln(window.captchaDescription || "<p>After completing the CAPTCHA below, you will immediately regain access to the site again.</p>"); | |
</script><p>Nachdem du das unten stehende CAPTCHA bestätigt hast, wirst du sofort auf die von dir angefragte Seite weitergeleitet.</p> | |
<div id="captcha-box"><div class="geetest_holder geetest_wind geetest_ready" style="width: 300px;"><div class="geetest_form"><input type="hidden" name="geetest_challenge"><input type="hidden" name="geetest_validate"><input type="hidden" name="geetest_seccode"></div><div class="geetest_btn"><div class="geetest_radar_btn"><div class="geetest_radar"><div class="geetest_ring"><div class="geetest_small"></div></div><div class="geetest_sector"><div class="geetest_small"></div></div><div class="geetest_cross"><div class="geetest_h"></div><div class="geetest_v"></div></div><div class="geetest_dot"></div><div class="geetest_scan"><div class="geetest_h"></div></div><div class="geetest_status"><div class="geetest_bg"></div><div class="geetest_hook"></div></div></div><div class="geetest_ie_radar"></div><div class="geetest_radar_tip" tabindex="0" aria-label="Klicken zum Überprüfen" style="outline-width: 0px;"><span class="geetest_radar_tip_content">Klicken zum Überprüfen</span><span class="geetest_reset_tip_content">Erneut versuchen</span><span class="geetest_radar_error_code"></span></div><a class="geetest_logo" style="display: none;"></a><div class="geetest_other_offline geetest_offline"></div></div><div class="geetest_ghost_success"><div class="geetest_success_btn"><div class="geetest_success_box"><div class="geetest_success_show"><div class="geetest_success_pie"></div><div class="geetest_success_filter"></div><div class="geetest_success_mask"></div></div><div class="geetest_success_correct"><div class="geetest_success_icon"></div></div></div><div class="geetest_success_radar_tip"><span class="geetest_success_radar_tip_content"></span><span class="geetest_success_radar_tip_timeinfo"></span></div><a class="geetest_success_logo" style="display: none;"></a><div class="geetest_success_offline geetest_offline"></div></div></div><div class="geetest_slide_icon"></div></div><div class="geetest_wait"><span class="geetest_wait_dot geetest_dot_1"></span><span class="geetest_wait_dot geetest_dot_2"></span><span class="geetest_wait_dot geetest_dot_3"></span></div><div class="geetest_fullpage_click"><div class="geetest_fullpage_ghost"></div><div class="geetest_fullpage_click_wrap"><div class="geetest_fullpage_click_box"></div><div class="geetest_fullpage_pointer"><div class="geetest_fullpage_pointer_out"></div><div class="geetest_fullpage_pointer_in"></div></div></div></div><div class="geetest_goto" style="display: none;"><div class="geetest_goto_ghost"></div><div class="geetest_goto_wrap"><div class="geetest_goto_content"><div class="geetest_goto_content_tip"></div></div><div class="geetest_goto_cancel"></div><a class="geetest_goto_confirm"></a></div></div><div class="geetest_panel"><div class="geetest_panel_ghost"></div><div class="geetest_panel_box"><div class="geetest_other_offline geetest_panel_offline"></div><div class="geetest_panel_loading"><div class="geetest_panel_loading_icon"></div><div class="geetest_panel_loading_content"></div></div><div class="geetest_panel_success"><div class="geetest_panel_success_box"><div class="geetest_panel_success_show"><div class="geetest_panel_success_pie"></div><div class="geetest_panel_success_filter"></div><div class="geetest_panel_success_mask"></div></div><div class="geetest_panel_success_correct"><div class="geetest_panel_success_icon"></div></div></div><div class="geetest_panel_success_title"></div></div><div class="geetest_panel_error"><div class="geetest_panel_error_icon"></div><div class="geetest_panel_error_title"></div><div class="geetest_panel_error_content"></div><div class="geetest_panel_error_code"><div class="geetest_panel_error_code_text"></div></div></div><div class="geetest_panel_footer"><div class="geetest_panel_footer_logo"></div><div class="geetest_panel_footer_copyright"></div></div><div class="geetest_panel_next"></div></div></div></div></div> | |
</div> | |
</div> | |
<script type="text/javascript" charset="UTF-8"> | |
const translatedStrings = { | |
toRegainAccess: { | |
EN: "To regain access, please make sure that cookies and JavaScript are enabled before reloading the page", | |
DE: "Um wieder Zugriff zu erhalten, stelle bitte sicher, dass Cookies und JavaScript aktiviert sind, bevor du die Seite neu lädst", | |
}, | |
}; | |
function translateDoc(language, text) { | |
let replacement = text; | |
Object.entries(translatedStrings).forEach(([key, value]) => { | |
// Checks English string is present and a translation for the selected language exists before attempting to replace | |
if (value.EN && value[language]) { | |
replacement = replacement.replace(value.EN, value[language]); | |
} | |
}); | |
return replacement; | |
} | |
document.addEventListener("DOMContentLoaded", function () { | |
const impervaContent = document.getElementById("explanation") | |
.outerHTML; | |
const translatedContent = translateDoc("DE", impervaContent); | |
document.body.innerHTML = document.body.innerHTML.replace( | |
impervaContent, | |
translatedContent | |
); | |
}); | |
</script> | |
<div class="main__part2"> | |
<div class="main_part2_header1">Warum führen wir diese Sicherheitsmaßnahme durch?</div> | |
<div class="main_part2_text1">Mit der Captcha-Methode stellen wir fest, dass du kein | |
Roboter oder eine schädliche Spam-Software bist. Damit schützen wir unsere Webseite und die Daten | |
unserer Nutzerinnen und Nutzer vor betrügerischen Aktivitäten.</div> | |
<div class="main_part2_header2">Warum haben wir deine Suchanfragen blockiert?</div> | |
<div class="main_part2_text2">Es kann verschiedene Gründe haben, warum wir dich fälschlicherweise als | |
Roboter identifiziert haben. Möglicherweise</div> | |
</div> | |
<div class="main__list"> | |
<ul> | |
<li>hast du die Cookies für unsere Seite deaktiviert.</li> | |
<li>hast du die Ausführung von JavaScript deaktiviert.</li> | |
<li>nutzt du ein Browser-Plugin eines Drittanbieters, beispielsweise einen Ad-Blocker.</li> | |
<li>hast du in kurzer Zeit mehr Anfragen an unser System gestellt, als es | |
üblicherweise der Fall ist.</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div class="footer"> | |
<div class="footer-content"> | |
<div> | |
<a href="https://www.immobilienscout24.de/unternehmen.html">Über uns</a> | | |
<a href="https://www.immobilienscout24.de/kontakt.html">Kontakt & Hilfe</a> | | |
<a href="https://www.immobilienscout24.de/unternehmen/karriere/">Karriere</a> | | |
<a href="https://www.immobilienscout24.de/sitemap.html">Sitemap</a> | | |
<a href="https://api.immobilienscout24.de">Developer</a> | | |
<a href="https://www.immobilienscout24.de/unternehmen/mediendienst.html">Presseservice</a> | | |
<a href="https://www.immobilienscout24.de/ratgeber/newsletter.html">Newsletter abonnieren</a> | | |
<a href="https://www.immobilienscout24.de/impressum.html">Impressum</a> | | |
<a href="https://www.immobilienscout24.de/agb.html">AGB's & Rechtliche Hinweise</a> | | |
<a href="https://www.immobilienscout24.de/agb/verbraucherinformationen.html">Verbraucherinformationen</a> | |
| | |
<a href="https://www.immobilienscout24.de/agb/datenschutz.html">Datenschutz</a> | | |
<a href="https://www.immobilienscout24.de/lp/Geodatenkodex.html">Datenschutz Kodex für | |
Geodatendienste</a> | | |
<a href="https://sicherheit.immobilienscout24.de">Sicherheit</a> | |
</div> | |
<div> | |
<!--<a href="">Immobiliensuche</a> | --> | |
<a href="https://www.scout24media.com/">Werbung</a> | | |
<a href="https://blog.immobilienscout24.de">Blog</a> | |
<!--| | |
<a href="">Nachbarschaft</a> | | |
<a href="">Gratis! E-Mail-Adresse @t-online.de</a>--> | |
</div> | |
<div> | |
<a href="https://www.immobilienscout24.de/">www.ImmobilienScout24.de</a> | |
</div> | |
<div class="legend"> | |
© Copyright 1999 - 2021 Immobilien Scout GmbH | |
</div> | |
</div> | |
<script> | |
showBlockPage() | |
var e = document.getElementById("captcha-msg"); | |
if (e) { | |
e.style.display = ""; | |
} | |
</script> | |
<div id="captcha-box"></div> | |
</div> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment