From 900a43999c4e160393d429a638a367f0f6ef71fc Mon Sep 17 00:00:00 2001 From: legoskid <94498086+legoskid@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:08:29 -0800 Subject: [PATCH 1/3] New default custom invidious url W combo, the cors proxy has the best ratelimits and the invidious instance has a non-disabled popular page --- app/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.js b/app/settings.js index f1ad8ad..c41385e 100644 --- a/app/settings.js +++ b/app/settings.js @@ -636,7 +636,7 @@ 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/", + "value": "https://api.codetabs.com/v1/proxy?quest=https://inv.perditum.com/", "placeholder": "", "disabled": false, "lsitem": "APP_CUSTOM_INVIDIOUS_URL" From 61eb8d40a1b69fc620dd5687619fc8ea7e46310b Mon Sep 17 00:00:00 2001 From: legoskid <94498086+legoskid@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:16:30 -0800 Subject: [PATCH 2/3] Advice for making invidious instance @MalsOfficial https://www.reddit.com/r/oldyoutubelayout/comments/1p7rpox/how_do_you_add_your_own_instance_of_indvious_to/ --- app/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.js b/app/settings.js index c41385e..53c0eae 100644 --- a/app/settings.js +++ b/app/settings.js @@ -635,7 +635,7 @@ 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", + "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, From 4ea18919eaaf31c67a7b6266e5c67531984aee16 Mon Sep 17 00:00:00 2001 From: legoskid <94498086+legoskid@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:22:26 -0800 Subject: [PATCH 3/3] Add new invidious url to here too I accidentally did a open file search instead of a current project search in kate --- app/2015ytm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");