https://onlyfy.io/

Submitted URL:
https://jobbase.ioRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://prescreen.io/go/applicant-tracking/Start a free trial

JavaScript Variables · 19 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
webpackChunkpsobject
isIefunction
isChromefunction
isUnsupportedBrowserAccessConfirmedundefined
getCookieundefined
navigateToUnsupportedBrowserPageundefined
regeneratorRuntimeobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
infoother
URL
https://onlyfy.io/
Text
Autofocus processing was blocked because a document already has a focused element.

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" prefix="og: http://ogp.me/ns#" class="no-touchevents cssanimations csstransitions pdf-reader"><!--
               ___               ___
              /\_ \            /'___\
  ___     ___ \//\ \    __  __/\ \__/  __  __
 / __`\ /' _ `\ \ \ \  /\ \/\ \ \ ,__\/\ \/\ \
/\ \L\ \/\ \/\ \ \_\ \_\ \ \_\ \ \ \_/\ \ \_\ \
\ \____/\ \_\ \_\/\____\\/`____ \ \_\  \/`____ \
 \/___/  \/_/\/_/\/____/ `/___/> \/_/   `/___/> \
                            /\___/         /\___/
                            \/__/          \/__/

--><head id="www-prescreen-io">

    <title>onlyfy</title>

    <!-- METADATA -->
    <meta charset="utf-8">
    <meta name="title" content="onlyfy">
    <meta name="description" content="onlyfy is the future of recruiting software. Post to 200+ boards with a single click and let your candidates apply online. It is simple, yet sophisticated.">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="csrf-token" content="f228713eb2e5.K6xN_6hvvRwWzd223wLdotR2VZN3aK-hltJVB_WxZdM.as48pc0681N6paXvhVCc7IQRYdtALp_y7LgwQZvFV7lb3B-L-QTRaTuBvg">

    <meta name="robots" content="noindex, follow">

    <!-- THE OPEN GRAPH PROTOCOL -->
    <meta property="og:site_name" content="onlyfy.io">
    <meta property="og:title" content="onlyfy">
    <meta property="og:description" content="onlyfy is the future of recruiting software. Post to 200+ boards with a single click and let your candidates apply online. It is simple, yet sophisticated.">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.prescreen.io/">
    <meta property="og:image" content="https://d25fc7v4bafg86.cloudfront.net/img/webapp/open-graph.jpg">
    <meta property="og:image:type" content="image/jpeg">
    
<!-- GOOGLE SITE VERIFICATION -->
<meta name="google-site-verification" content="google71aad798cc619366">
<meta name="wot-verification" content="6c3ea4d9524615c0ae0b">
<meta name="author" content="onlyfy">
<meta name="Copyright" content="Copyright onlyfy 2020. All Rights Reserved.">
<meta name="DC.creator" content="onlyfy">

<!-- WEB APP CAPABILITY -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="application-name" content="onlyfy">
<meta name="apple-mobile-web-app-title" content="onlyfy">

<!-- FAV AND APPLE TOUCH ICON -->
            <link rel="mask-icon" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/safari-pinned-tab.svg?v=p1i2uh3563&quot; color=&quot;#4c4cc3">
        <meta name="msapplication-TileColor" content="#2e4f8b">
    
    <link rel="apple-touch-icon" sizes="180x180" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/apple-touch-icon.png?v=p1i2uh3563">
    <link rel="icon" type="image/png" sizes="32x32" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/favicon-32x32.png?v=p1i2uh3563">
    <link rel="icon" type="image/png" sizes="16x16" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/favicon-16x16.png?v=p1i2uh3563">
    <link rel="manifest" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/site.webmanifest?v=p1i2uh3563">
    <link rel="shortcut icon" href="https://d25fc7v4bafg86.cloudfront.net/img/webapp/favicon.ico?v=p1i2uh3563">
    <meta name="msapplication-TileColor" content="#2e4f8b">
    <meta name="msapplication-config" content="https://d25fc7v4bafg86.cloudfront.net/img/webapp/browserconfig.xml?v=p1i2uh3563">
    <meta name="theme-color" content="#ffffff">
    <meta name="apple-mobile-web-app-title" content="onlyfy">
    <meta name="application-name" content="onlyfy">
    <script async="" src="https://onlyfy.com/wp-content/uploads/matomo/container_KclFfkei.js"></script><script src="https://d25fc7v4bafg86.cloudfront.net/build/isBrowser.f9536c84120f220a79b8.js"></script>
<script>
    const isUnsupportedVersion = isChrome('<67');
    const isDeprecated = isIe();
    const isPrescreenApp = window.location.host.indexOf('prescreenapp') !== -1;

    if (isDeprecated || isUnsupportedVersion) {
        function isUnsupportedBrowserAccessConfirmed (){
            return !!getCookie('unsupported-browser-access-confirmed');
        }

        function getCookie(cname) {
            var name = cname + "=";
            var decodedCookie = decodeURIComponent(document.cookie);
            var ca = decodedCookie.split(';');
            for(var i = 0; i <ca.length; i++) {
                var c = ca[i];
                while (c.charAt(0) == ' ') {
                    c = c.substring(1);
                }
                if (c.indexOf(name) == 0) {
                    return c.substring(name.length, c.length);
                }
            }
            return "";
        }

        function navigateToUnsupportedBrowserPage(){
            var location = window.location.href;
            window.location.href = '/unsupported-browser' + '#' + location;
        }

        /**
         * in case of using a deprecated browser, only display the "Unsupported browser" page
         * when using Prescreenapp (so not to Jobbase or Widget users).
         *
         * in case of using outdated browser, display the "Unsupported browser" page in widget,
         * Prescreenapp, and Jobbase. Don't display when the user has already confirmed to proceed
         * with the outdated browser.
         */
        if ((isDeprecated && isPrescreenApp) || (isUnsupportedVersion && !isUnsupportedBrowserAccessConfirmed())) {
            navigateToUnsupportedBrowserPage();
        }
    }
</script>

    <!-- CSS FRAMEWORK -->
    <link href="https://d25fc7v4bafg86.cloudfront.net/build/commons.c9b46fb216264f861abe.css" rel="stylesheet" type="text/css">
    <link href="https://d25fc7v4bafg86.cloudfront.net/build/login.80e48a65e73e889dfaec.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/build/708.d4d05a6c1f3c311550c6.css"><style></style><style type="text/css">.resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}</style></head>

<body class="">

<!-- CONTENT -->

<div class="login-container"><div class="login-content-wrapper"><div class="login-header-logo"><img src="/build/images/svg_xing_aa25750d0684e8e6a5b28539878c030e.svg" alt="xing" draggable="false"> <img src="/build/images/svg_onlyfy_logo_59812c17b0bdc29de3f70df5acb645e2.svg" alt="onlyfy" draggable="false"></div> <div class="login"><div class="login-header"><h2 class="c-gPjxah c-ilWJNV c-PJLV" id="loginHeadline">
                    Welcome back!
                </h2></div> <!----> <!----> <div data-v-c3700214="" class="account-login"><!----> <form data-v-c3700214="" id="accountLoginForm" method="post" action="/login_check" novalidate="novalidate" class="login-body"><div data-v-c3700214="" class="login-input"><div data-v-565908a6="" data-v-7cf9fb87="" data-v-c3700214="" class="form-field input-field"><label data-v-669ea744="" data-v-565908a6="" class="form-field-label form-field-label"><div data-v-669ea744="" class="form-field-label-text c-lggrEM c-lggrEM-ljkeBW-required-true"> Email </div><div data-v-669ea744="" class="form-field-label-content"><div data-v-565908a6="" data-v-669ea744="" class="form-field-content"><div data-v-565908a6="" data-v-669ea744="" class="form-field-content--main"><div data-v-3504eaac="" data-v-7cf9fb87="" class="ps-input-wrapper ps-input input-field-input-wrapper c-iXjorx c-fgfAzD c-fgfAzD-ldXnRd-disabled-false c-iXjorx-ijjFVrO-css" data-v-669ea744=""><div data-v-3504eaac="" class="ps-input-wrapper-content"><input data-v-3504eaac="" id="_username" name="_username" required="required" autofocus="autofocus" autocomplete="true" tabindex="0" inputmode="text" type="text" class="ps-input-element c-bAVNzf c-bAVNzf-ihxRzrt-css"><!----></div><!----><!----></div></div></div></div></label><!----></div></div> <div data-v-c3700214="" class="login-input"><div data-v-565908a6="" data-v-7cf9fb87="" data-v-c3700214="" class="form-field input-field"><label data-v-669ea744="" data-v-565908a6="" class="form-field-label form-field-label"><div data-v-669ea744="" class="form-field-label-text c-lggrEM c-lggrEM-ljkeBW-required-true"> Password </div><div data-v-669ea744="" class="form-field-label-content"><div data-v-565908a6="" data-v-669ea744="" class="form-field-content"><div data-v-565908a6="" data-v-669ea744="" class="form-field-content--main"><div data-v-3504eaac="" data-v-7cf9fb87="" class="ps-input-wrapper ps-input input-field-input-wrapper c-iXjorx c-fgfAzD c-fgfAzD-ldXnRd-disabled-false c-iXjorx-ijjFVrO-css" data-v-669ea744=""><div data-v-3504eaac="" class="ps-input-wrapper-content"><input data-v-3504eaac="" id="_password" name="_password" required="required" autocomplete="true" tabindex="0" inputmode="text" type="password" class="ps-input-element c-bAVNzf c-bAVNzf-gVXueu-type-password c-bAVNzf-ihxRzrt-css"><!----></div><!----><!----></div></div></div></div></label><!----></div></div> <input data-v-c3700214="" type="hidden" name="_fragment"> <input data-v-c3700214="" type="hidden" name="_csrf_token" value="79d21cef705bb9609931e9ce.d2RXXKQ20qH4C5UcuVfMXzsTYfnxwuqp73XJ0Gw9nOA.TyITMYljv821ZvRI3QKgMQtFF82CqNPtgjS_uQRJ94onMDU7_HS2kMk89g"> <div data-v-c3700214="" class="login-button-container"><button data-v-c250c75c="" data-v-c3700214="" type="submit" class="login-button c-kRuQUO c-diRzVF c-diRzVF-gsmDXe-disabled-false c-diRzVF-hQWuya-variant-primary c-diRzVF-hvBAKt-size-default c-harNZr basic-button" id="submitButton"><span data-v-c250c75c="" class="text">Login</span></button></div></form></div> <!----> <!----> <!----> <div class="login-footer"><!----> <div class="login-footer-link"><a href="/recover/step1">Forgot your password?</a></div> <div class="login-footer-link"><a href="https://prescreen.io/go/applicant-tracking/">Start a free trial</a></div></div></div></div> <div class="illustration-container"></div></div>


<!-- JS FRAMEWORK -->
<script src="https://d25fc7v4bafg86.cloudfront.net/build/commons.9caf4d0b02cdca60b2f8.js"></script>
<script src="https://d25fc7v4bafg86.cloudfront.net/build/login.2ba98ae1554c070d7ead.js"></script>

<!-- Matomo Tag Manager -->
<script>
    var _mtm = window._mtm = window._mtm || [];
    _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
    

    (function() {
        var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
        g.async=true; g.src='https://onlyfy.com/wp-content/uploads/matomo/container_KclFfkei.js'; s.parentNode.insertBefore(g,s);
    })();
</script>
<!-- End Matomo Tag Manager -->
<script>
    window.SHOULD_SHOW_XING_THEME = ""
</script>



<script type="text/javascript">
if( typeof onlyfyServerParams !== 'undefined' && onlyfyServerParams.bid !== 'undefined' && ( onlyfyServerParams.bid == 'f4b834350cf301ef0c5a50e58135f6176bee8cd106da258eb6a9d75f54ea0139' || onlyfyServerParams.bid == 'e715ecf27c844cb5e1cace5decdb24a760d6e498e1bbacb651a987fcb1cca21c' || onlyfyServerParams.bid == '1fe5c8bc78372e62cd838795091ee9f10f368d431062a42c22bf1a9cf8cb37a9' || onlyfyServerParams.bid == '31950922708fa08dcce4618934e9e2ca81a65c1eff6c0cae9e7573e7cd9f9fa6' || onlyfyServerParams.bid == 'd6827a41534d781d2ce2b2496999c3376a357bc87accb8c217ebb0646dc46bdf' || onlyfyServerParams.bid == '830d6445e4efa1eef54085ac79ae18643fc149544c9fb551a9aa854cd6028935' ) ){
const loadBrazeScript = (url, id) => {
  return new Promise(function (resolve, reject) {
    let ready = false;

    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.id = id;
    script.src = url;
    script.async = true;
    script.onload = script.onreadystatechange = function () {
      if (!ready && (!script.readyState || script.readyState === 'complete')) {
        ready = true;
        resolve(script);
      }
    };

    script.onerror = script.onabort = reject;
    (document.body || document.head).appendChild(script);
  });

};


loadBrazeScript(
    "https://grid.quvion.com/onlyfy/qvniam.js","quvion"
).then(() => {
    loadBrazeScript(
        `https://stan.onlyfy.com/vendor/693423dc5d3cf0569e94f5ecac6feb598529d5fe.js`,
        window.onlyfyServerParams['bid']
    ).then(() => {
        braze.initialize('728abc05-dcf8-4c8d-b3cd-bf8a166c6e1a', {
            baseUrl: 'sdk.fra-01.braze.eu',
            sessionTimeoutInSeconds: 28800,
            allowUserSuppliedJavascript: true,
            enableLogging: true
        });
        if ( onlyfyServerParams.bid !== 'undefined' ) {
            braze.changeUser(onlyfyServerParams.bid);
        }
        let brazeObj = {
            page: window.location.pathname.toLowerCase()
        };

        braze.subscribeToInAppMessage(function(inAppMessage) {
            const msg = inAppMessage.message;
            if (msg.includes("qvn__AppFlow__Message")) {
              Qvn.handleMessage(inAppMessage);
            } else {
              braze.showInAppMessage(inAppMessage);
            }
        });
        braze.openSession();
        braze.logCustomEvent('pageView', brazeObj);

    });
});

}
</script></body></html>