From c210211e9a4f6fc3c98233eb4da62d813c4ef1bf Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 20 Oct 2023 00:09:26 -0500 Subject: [PATCH] chg: Change default instance --- youtube2piped.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube2piped.user.js b/youtube2piped.user.js index 2a6baca..b5ab11c 100644 --- a/youtube2piped.user.js +++ b/youtube2piped.user.js @@ -15,7 +15,7 @@ (function () { "use strict"; // Edit instance url here to go to any instance of choice - const instance = "https://piped.syncpundit.io" + const instance = "https://piped.video" const url = new URL(window.location.href.replace('/shorts/', '/watch?v='));