From 60b43e3ef45cc9f6a4f9d7f0e7f38a2b45cb8c83 Mon Sep 17 00:00:00 2001 From: shibao Date: Thu, 4 Feb 2021 23:10:57 -0500 Subject: [PATCH] add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bf811f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Disable Youtube Autoplay +This userscript disables youtube recommended videos from automatically playing after your video has finished. With this userscript, you aren't reliant on Youtube's cookies in order to prevent videos from playing. + +## Installation +First, install Violentmonkey for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/) or [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/bubbletea.dev/disable-youtube-autoplay/raw/branch/master/disable-youtube-autoplay.js). + +## License +This userscript is licensed under GPL v3.0 or later. + +## Contribution +Contributers are highly encouraged! Feel free to open a pull request with any potential changes, and you can contact me at [shibao@bubbletea.dev](mailto:shibao@bubbletea.dev).