!function(){if("string"==typeof CONFIG.quicklink.ignores){const i=`[${CONFIG.quicklink.ignores}]`;CONFIG.quicklink.ignores=JSON.parse(i)}let i=null;const n=()=>{if(i&&i(),!CONFIG.quicklink.enable)return;let n=CONFIG.quicklink.ignores||[];Array.isArray(n)||(n=[n]),i=quicklink.listen({timeout:CONFIG.quicklink.timeout,priority:CONFIG.quicklink.priority,ignores:[i=>i.includes("#"),i=>i===CONFIG.quicklink.url,...n]})};CONFIG.quicklink.delay?(window.addEventListener("load",n),document.addEventListener("pjax:success",n)):document.addEventListener("page:loaded",n)}();