Fix incorrect name in userscript for "video-swap-new"

This commit is contained in:
pixeltris 2022-11-19 21:46:09 +00:00
parent 7ac814a562
commit 94830ae08b

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name TwitchAdSolutions (notify-swap-new) // @name TwitchAdSolutions (video-swap-new)
// @namespace https://github.com/pixeltris/TwitchAdSolutions // @namespace https://github.com/pixeltris/TwitchAdSolutions
// @version 1.16 // @version 1.16
// @updateURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap-new/notify-swap-new.user.js // @updateURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/video-swap-new/video-swap-new.user.js
// @downloadURL https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap-new/notify-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 (notify-swap-new) // @description Multiple solutions for blocking Twitch ads (video-swap-new)
// @author pixeltris // @author pixeltris
// @match *://*.twitch.tv/* // @match *://*.twitch.tv/*
// @run-at document-start // @run-at document-start