From 0365e07803a43987a395a4cbda8fbdc8058e7c09 Mon Sep 17 00:00:00 2001 From: Guru <70903440+Guru-25@users.noreply.github.com> Date: Sun, 3 Oct 2021 17:06:22 +0000 Subject: [PATCH] change redirect url in userscript (#136) * change redirect url in script * Apply needed changes Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- ...y-video-through-the-server-without-creating-an-account.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Always-use-\"local\"-to-proxy-video-through-the-server-without-creating-an-account.md" "b/Always-use-\"local\"-to-proxy-video-through-the-server-without-creating-an-account.md" index 2b80fb7..9978ea8 100644 --- "a/Always-use-\"local\"-to-proxy-video-through-the-server-without-creating-an-account.md" +++ "b/Always-use-\"local\"-to-proxy-video-through-the-server-without-creating-an-account.md" @@ -18,7 +18,7 @@ Than add the following script in ViolentMonkey. It will always add `&local=true` ``` // ==UserScript== // @name Invidious Proxy automatically -// @match *://*.invidio.us/watch?v=* +// @match *://*.redirect.invidious.io/watch?v=* // @run-at document-start // @grant none // ==/UserScript== @@ -29,4 +29,4 @@ if (!(/[?&]local=/).test(location.search) && !(/[?&]quality=dash/).test(location } ``` -You can also enable this by checking `Proxy videos?` in your preferences. \ No newline at end of file +You can also enable this by checking `Proxy videos?` in your preferences.