From 94830ae08b9813ce0aa3741410421a87cf4d9497 Mon Sep 17 00:00:00 2001 From: pixeltris <6952411+pixeltris@users.noreply.github.com> Date: Sat, 19 Nov 2022 21:46:09 +0000 Subject: [PATCH] Fix incorrect name in userscript for "video-swap-new" --- video-swap-new/video-swap-new.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/video-swap-new/video-swap-new.user.js b/video-swap-new/video-swap-new.user.js index 3002d9d..8b6413a 100644 --- a/video-swap-new/video-swap-new.user.js +++ b/video-swap-new/video-swap-new.user.js @@ -1,10 +1,10 @@ // ==UserScript== -// @name TwitchAdSolutions (notify-swap-new) +// @name TwitchAdSolutions (video-swap-new) // @namespace https://github.com/pixeltris/TwitchAdSolutions // @version 1.16 -// @updateURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap-new/notify-swap-new.user.js -// @downloadURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap-new/notify-swap-new.user.js -// @description Multiple solutions for blocking Twitch ads (notify-swap-new) +// @updateURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/video-swap-new/video-swap-new.user.js +// @downloadURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/video-swap-new/video-swap-new.user.js +// @description Multiple solutions for blocking Twitch ads (video-swap-new) // @author pixeltris // @match *://*.twitch.tv/* // @run-at document-start