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),
|
[Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag),
|
||||||
or any other userscript manager of your choice, and then [click here to install
|
or any other userscript manager of your choice, and then [click here to install
|
||||||
the
|
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
|
## License
|
||||||
This userscript is licensed under GPL v3.0 or later.
|
This userscript is licensed under GPL v3.0 or later.
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Turn off Youtube Autoplay
|
// @name Turn off Youtube Autoplay
|
||||||
// @namespace https://bubbletea.dev/
|
// @namespace https://bubbletea.dev/
|
||||||
// @version 2.0
|
// @version 2.1
|
||||||
// @description Disables Youtube recommended videos from automatically playing
|
// @description Disables Youtube recommended videos from automatically playing
|
||||||
// @author shibao
|
// @author shibao
|
||||||
// @include https://www.youtube.com/watch*
|
// @include https://www.youtube.com/watch*
|
||||||
// @downloadURL 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/raw/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
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user