Update hotkey script

This commit is contained in:
2024-10-13 23:30:34 +02:00
parent 8d55bcb5ee
commit 43efe20d8c

View File

@@ -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",