fix gitea source url

This commit is contained in:
shibao 2024-04-20 19:14:16 -04:00
parent 6b61284849
commit 6b53443da5
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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==