Skip to content

Instantly share code, notes, and snippets.

@thangman22
Last active March 8, 2025 17:24
Show Gist options
  • Save thangman22/5a8020dd69eaeb25c9a9ec2575619b4f to your computer and use it in GitHub Desktop.
Save thangman22/5a8020dd69eaeb25c9a9ec2575619b4f to your computer and use it in GitHub Desktop.
<script type="speculationrules">
{
"prerender": [
{
"source": "list",
"urls": ["next.html", "next2.html"],
"eagerness": "moderate"
},
{
"where": {
"and": [
{ "href_matches": "/*" },
{ "not": { "href_matches": "/logout" } },
{ "not": { "href_matches": "/*\\?*(^|&)add-to-cart=*" } },
{ "not": { "selector_matches": ".no-prerender" } },
{ "not": { "selector_matches": "[rel~=nofollow]" } }
]
}
}
],
"prefetch": [
{
"urls": ["next.html", "next2.html"],
"requires": ["anonymous-client-ip-when-cross-origin"],
"referrer_policy": "no-referrer"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment