Bug - Domain doesn't work with claude.ai

All the "Insert website information" options don't work when the website is claude.ai.
This error is shown instead: [Error - Could not load {site} data.]

Hi @Diego_Sala Welcome to the forum! :slight_smile:

Can you please share a {site} command that didn't work for you? I tried a few combinations and they seemed to work okay.

Please also include a screenshot of the data you were trying to read from the claude.ai website.

Thanks for replying Gaurang!

Here is a test snippet:

Used in openrouter.ai:

Used in Claude:

It works for all but Claude.

This is the snippet I tried:

{if: {site: domain} = "x.com"} grok {else}
{if: {site:domain}= "openrouter.ai"} openrouter {else}
{if: {site:domain}= "claude.ai"} claude {else}
{if: {site: domain} = "aistudio.google.com"} google {else}{endif}{endif}{endif}{endif}

This is the result on Claude:

And on OpenRouter:

It seems fine to me.


Can you check the version of your Chrome extension is 3.1.22 (the latest)? Can you also check if you have any conflicting extensions installed?

I have 3.1.21. How does the automatic update work?

I did some more tests and I found that in Claude it works on new Claude tabs. It just don't work with a Claude tab I had open since a couple of days ago, even after refreshing it with F5 now. After I closed the tab, created a new one and navigated to claude.ai, it works!

I'll try to update you with more details if it will happen again.

1 Like