From 6b53443da5b0c2fa43856dee9daf9e8c87530880 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 20 Apr 2024 19:14:16 -0400 Subject: [PATCH] fix gitea source url --- README.md | 2 +- disable-youtube-autoplay.user.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aa758a..b9c6998 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First, install Violentmonkey for [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag), or any other userscript manager of your choice, and then [click here to install the -userscript](https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/raw/branch/stable/disable-youtube-autoplay.user.js). +userscript](https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/src/branch/stable/disable-youtube-autoplay.user.js). ## License This userscript is licensed under GPL v3.0 or later. diff --git a/disable-youtube-autoplay.user.js b/disable-youtube-autoplay.user.js index a963b40..67e0636 100644 --- a/disable-youtube-autoplay.user.js +++ b/disable-youtube-autoplay.user.js @@ -1,12 +1,12 @@ // ==UserScript== // @name Turn off Youtube Autoplay // @namespace https://bubbletea.dev/ -// @version 2.0 +// @version 2.1 // @description Disables Youtube recommended videos from automatically playing // @author shibao // @include https://www.youtube.com/watch* -// @downloadURL https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/raw/branch/stable/disable-youtube-autoplay.user.js -// @updateURL https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/raw/branch/stable/disable-youtube-autoplay.user.js +// @downloadURL https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/src/branch/stable/disable-youtube-autoplay.user.js +// @updateURL https://gitea.bubbletea.dev/shibao/disable-youtube-autoplay/src/branch/stable/disable-youtube-autoplay.user.js // @grant none // ==/UserScript==