top of page
bottom of page
\n\n";
var p = location.pathname.replace(/\/$/, '') || '/';
if (paths.indexOf(p) === -1) return;
function run() {
if (document.getElementById('fdp-page-content')) return true;
var host = document.querySelector('#comp-mpe12ctc .max-width-container') || document.querySelector('main .max-width-container') || document.querySelector('main [data-testid="responsive-container-content"]') || document.querySelector('main') || document.getElementById('SITE_CONTAINER');
if (!host) return false;
var wrap = document.createElement('div');
wrap.id = 'fdp-page-content';
wrap.innerHTML = html;
host.appendChild(wrap);
return true;
}
function tryRun(n){ if(run()!==false) return; if(n<=0) return; setTimeout(function(){tryRun(n-1);},250); }
function runWithRetry(){ tryRun(40); }
if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', runWithRetry);
else runWithRetry();
})();
\n\n";
var p = location.pathname.replace(/\/$/, '') || '/';
if (paths.indexOf(p) === -1) return;
function run() {
if (document.getElementById('fdp-page-content')) return;
var host = document.querySelector('[data-testid="inline-content-root"]') ||
document.querySelector('main') || document.getElementById('SITE_CONTAINER');
if (!host) return;
var wrap = document.createElement('div');
wrap.id = 'fdp-page-content';
wrap.innerHTML = html;
host.appendChild(wrap);
}
if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', run);
else run();
})();