fix gitea source url
This commit is contained in:
parent
6b61284849
commit
6b53443da5
@ -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.
|
||||
|
@ -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==
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user