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.