hyperinstant
v1.1.1
Published
HyperInstant legacy-fast build (0.1.0 behavior) with same-site support fixes.
Maintainers
Readme
HyperInstant v1.1.1 (Legacy-fast)
Same ultra-light behavior as 0.1.0 / 1.1.0, with practical fixes:
- Same-site support: allows
www./ non-wwwand subdomains by default - More reliable events: uses
pointerover+ capture listeners
CDN
<script>
window.HyperInstant = {
strategy: "auto",
hoverDelay: 65,
maxPrefetch: 6,
maxPrerender: 2,
sameSite: true, // allow www/non-www + subdomains (default true)
deny: ["/login","/logout","/customer/info","/cart","/shoppingcart","/checkout","addproducttocart"],
debug: false
};
</script>
<script src="https://unpkg.com/[email protected]/dist/hyperinstant.min.js" defer></script>