diff --git a/app/2015ytm.js b/app/2015ytm.js index f1d0ebb..6d706b3 100644 --- a/app/2015ytm.js +++ b/app/2015ytm.js @@ -148,7 +148,7 @@ APP_HELVETICA_NEUE_FONT_expflag = localStorage.getItem("APP_HELVETICA_NEUE_FONT" APP_NEW_ERROR_SCREEN_expflag = localStorage.getItem("APP_NEW_ERROR_SCREEN"); APP_CUSTOM_INVIDIOUS_URL_expflag = localStorage.getItem("APP_CUSTOM_INVIDIOUS_URL"); if (APP_CUSTOM_INVIDIOUS_URL_expflag == undefined) { - localStorage.setItem("APP_CUSTOM_INVIDIOUS_URL", "https://api.allorigins.win/raw?url=https://yt.omada.cafe/"); + localStorage.setItem("APP_CUSTOM_INVIDIOUS_URL", "https://api.codetabs.com/v1/proxy?quest=https://inv.perditum.com/"); APP_CUSTOM_INVIDIOUS_URL_expflag = localStorage.getItem("APP_CUSTOM_INVIDIOUS_URL"); } APP_DONT_AUTH_TO_INVIDIOUS_expflag = localStorage.getItem("APP_DONT_AUTH_TO_INVIDIOUS"); diff --git a/app/settings.js b/app/settings.js index f1ad8ad..53c0eae 100644 --- a/app/settings.js +++ b/app/settings.js @@ -635,8 +635,8 @@ function settingsPage() { { "type": "text", "title": "APP_CUSTOM_INVIDIOUS_URL", - "subtitle": "This loads your home page and comments. which should update and not be static
If you have your own invidious instance put it here
You should change CORS policy if you own your instance, otherwise use a CORS redirector", - "value": "https://api.allorigins.win/raw?url=https://yt.omada.cafe/", + "subtitle": "This loads your home page and comments. which should update and not be static
If you have your own invidious instance put it here
You should change CORS policy if you own your instance, otherwise use a CORS redirector
If you want to setup an invidious instance, there is always google, however your average PC probably will lag out (the preset instance is probably fine for you)", + "value": "https://api.codetabs.com/v1/proxy?quest=https://inv.perditum.com/", "placeholder": "", "disabled": false, "lsitem": "APP_CUSTOM_INVIDIOUS_URL"