Update hotkey script
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user