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.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址