Hi,
I've noticed that on non-Mastodon sites, this plugin creates calls to 2 API links that don't exist on every page refresh and thus generates 404's (which can result in being blocked on some sites).
eg.
GET /api/v1/instance HTTP/1.1"
GET /api/v1/timelines/public?local=true HTTP/1.1"
These get called everywhere.
If they could either be turned off completely (which I presume breaks Graze?) or allow a list of domains where Graze is either inactive/active then this could solve the problem.
Thanks.