Update hotkey script
This commit is contained in:
@@ -22,7 +22,7 @@ if (!(titleNode && titleNode.matches(selector))) {
|
|||||||
link = window.location.origin + link;
|
link = window.location.origin + link;
|
||||||
}
|
}
|
||||||
console.log(link);
|
console.log(link);
|
||||||
fetch("http://localhost:5000/download", {
|
fetch("https://nsq.site.quack-lab.dev/pub?topic=ytdqueue", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
Reference in New Issue
Block a user