Fadexz / Start YouTube Autoplay Off

--- /scripts/Fadexz/Start_YouTube_Autoplay_Off/source@1.1.2+63ce05b
+++ /scripts/Fadexz/Start_YouTube_Autoplay_Off/source
@@ -6,7 +6,7 @@
 // @copyright       2022, Fadexz (https://openuserjs.org/users/Fadexz)
 // @license         MIT
 // @version         1.1.2
-// @match           http*://www.youtube.com/watch?*v=*
+// @match           *://www.youtube.com/watch?*v=*
 // @run-at          document-end
 // @grant           none
 // ==/UserScript==

... .. should make it a valid @match syntax from the standard documentation.

Thanks for the look.