InstantPage Super Lite

Preload/Prefetch page on hovering.

< 腳本InstantPage Super Lite的回應

評論:正評 - 腳本一切正常

§
發表於:2025-07-29

Suggested fix to reduce console error pollution:
Change line 71 from:
(o.href.match(EXCLUDE)) {return}
To:
(!o || !o.href || o.href.match(EXCLUDE)) return;
This prevents the "Cannot read properties of null" error when hovering over non-link elements.

發表回覆

登入以回覆