-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1e28eb
commit 23a43be
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# UserscriptYoutubeStopAutoplay | ||
Stops Youtube From Autoplaying Videos | ||
|
||
This Userscript stops Youtube From Autoplaying Videos | ||
|
||
## What the script does | ||
|
||
I find it annoying that, by default, Youtube just keeps playing the next suggestion. Most of the time, those suggestions aren't that good. | ||
|
||
This script simply toggles the 'Autoplay' button to 'OFF'. | ||
|
||
### __Playlists will still autoplay when using this script. __ | ||
|
||
Playlists are obviously content that is coherent, so here, autoplay is fine, of course. | ||
|
||
## How to run the script | ||
|
||
There are several possibilities to run it: | ||
- The easiest way is to use [TamperMonkey ](https://www.google.ch/search?q=tampermonkey) which is available for [Firefox ](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/) and [Chrome ](https://chrome.google.com/webstore/search/tampermonkey), even for [Opera ](https://addons.opera.com/de/search/?query=Tampermonkey) | ||
### With Tampermonkey installed, [click here to immediately install the script! Easy! 😉](https://github.com/johnnyawesome/UserscriptYoutubeStopAutoplay/raw/master/Youtube%20Stop%20Autoplay.user.js) | ||
|
||
It's also possible to run it in: | ||
- [Greasemonkey in Firefox ](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) | ||
- It even works from Firefoxes Scratchpad if you don't want to install the Plugin. | ||
(Settings --> Web Developer --> Scratchpad. Paste there, click RUN |