diff --git a/hotkey.js b/hotkey.js index 1e62915..95cbc65 100644 --- a/hotkey.js +++ b/hotkey.js @@ -22,7 +22,7 @@ if (!(titleNode && titleNode.matches(selector))) { link = window.location.origin + link; } console.log(link); - fetch("http://localhost:5000/download", { + fetch("https://nsq.site.quack-lab.dev/pub?topic=ytdqueue", { method: "POST", headers: { "Content-Type": "application/json",