From 4972269e54917e58392041b50b671ee1f7a954aa Mon Sep 17 00:00:00 2001 From: Hank McCord Date: Wed, 6 Jan 2021 15:14:42 -0500 Subject: [PATCH] Update downloadURL for low-res solution --- low-res/low-res.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/low-res/low-res.user.js b/low-res/low-res.user.js index 76360d3..d3c158c 100644 --- a/low-res/low-res.user.js +++ b/low-res/low-res.user.js @@ -5,7 +5,7 @@ // @description Avoids Twitch ads by using a lower resolution live stream without ads // @author pixeltris // @match *://*.twitch.tv/* -// @downloadURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/low-res/low-res-userscript.js +// @downloadURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/low-res/low-res.user.js // @run-at document-start // @grant none // ==/UserScript== @@ -34,4 +34,4 @@ } } hookFetch(); -})(); \ No newline at end of file +})();