{{terminalErrorHeading}}

Looks like something went wrong.

Please email support@fortune.com

function ready(fn) { if (document.readyState !== 'loading'){ fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } // ADA Compliance ready(() => { const iframes = document.getElementsByTagName('iframe'); iframes[0].setAttribute('title', 'checkout'); setTimeout(() => { const checkoutDiv = document.querySelector('.checkout'); const pwdlessModalDiv = checkoutDiv.children[0].children[1].children[1]; const authComponentDiv = pwdlessModalDiv.children[1].children[1].children[3]; if (authComponentDiv) { const pianoIdContainerDiv = authComponentDiv.children[0].children[0].children[0]; const pianoIdIframe = pianoIdContainerDiv.children[0].children[0]; pianoIdIframe.setAttribute('title', 'piano-id'); // TESTING console.dir(pianoIdIframe); console.log(pianoIdIframe.contentWindow.document); const facebookButton = pianoIdIframe.contentWindow.document.querySelector('.facebook'); const googleButton = pianoIdIframe.contentWindow.document.querySelector('.google'); const linkedinButton = pianoIdIframe.contentWindow.document.querySelector('.linkedin'); facebookButton.setAttribute('aria-label', 'facebook signin'); facebookButton.setAttribute('tabindex', '-1'); googleButton.setAttribute('aria-label', 'google signin'); googleButton.setAttribute('tabindex', '-1'); linkedinButton.setAttribute('aria-label', 'linkedin signin'); linkedinButton.setAttribute('tabindex', '-1'); } }, 2000); });
Subscribe to read more
Fortune logo

Digital Subscription

New subscribers only.
Renews monthly after trial. Cancel anytime.

What you get:

  • Full access to our market-moving journalism and in-depth features
  • All of our iconic lists and rankings, including the Fortune 500
  • Exclusive quarterly investment guides
  • Features from Fortune Magazine, including stories from our archive
setTimeout(function() { var goToAllTermsSectionBtn = document.getElementById('go-to-all-terms-state'); var initialStateSection = document.getElementById('initial-section'); var allTermsStateSection = document.getElementById('all-terms-section'); var goToInitialSectionBtn = document.getElementById('go-to-initial-screen'); function showInitialSection() { goToInitialSectionBtn.style.display = 'none'; allTermsStateSection.style.display = 'none'; initialStateSection.style.display = 'block'; } function showAllTermsSection() { initialStateSection.style.display = 'none'; allTermsStateSection.style.display = 'block'; goToInitialSectionBtn.style.display = 'block'; } goToAllTermsSectionBtn.addEventListener('click', showAllTermsSection); goToInitialSectionBtn.addEventListener('click', showInitialSection); }, 0);