/* AUTO: third-level breadcrumb header 20260709 */ (function(){ function moveBreadcrumb(){ var bc=document.querySelector('.contents .itdida-doc-breadcrumb'); var host=document.querySelector('.page-col-content.is-page-header'); var headings=host&&host.querySelector('.page-header-headings'); if(!bc||!host||!headings||bc.getAttribute('data-header-breadcrumb')==='1') return; bc.setAttribute('data-header-breadcrumb','1'); bc.classList.add('itdida-header-breadcrumb'); host.insertBefore(bc, headings); } if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded', moveBreadcrumb); }else{ moveBreadcrumb(); } setTimeout(moveBreadcrumb, 100); setTimeout(moveBreadcrumb, 500); })(); /* AUTO: third-level breadcrumb header 20260709 end */