diff --git a/ui.html b/ui.html
index 3f23982..1c6ad23 100644
--- a/ui.html
+++ b/ui.html
@@ -197,7 +197,7 @@
}
// Use a proxy to avoid CORS errors
- const url = new URL("https://oscarotero.com/proxy.php");
+ const url = new URL("https://google-sheet.mktgoo.workers.dev/");
url.searchParams.set("url", pluginMessage.url);
const response = await fetch(url);