-
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
845e537
commit e59ca5a
Showing
1 changed file
with
11 additions
and
2 deletions.
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,11 @@ | ||
# Twitch-Prevent-Autoplay | ||
Prevents Autoplay in embedded Twitch Players | ||
# Twitch Prevent Autoplay v0.2 | ||
This userscript alters the parameters of embedded Twitch players to overwrite both the default autoplay setting and the intentional autoplay setting. | ||
|
||
# Setup | ||
## 1. Install Tampermonkey | ||
To execute the userscript in your browser, I recommend using [Tampermonkey](https://tampermonkey.net/). Tampermonkey provides an environment to create, store and execute userscripts in your browser. | ||
|
||
## 2. Install Twitch Prevent Autoplay v0.2 | ||
Once Tampermonkey is set up and ready, click [this link](https://raw.githubusercontent.com/TheTimmaeh/Twitch-Prevent-Autoplay/master/tpa.user.js) to start the install process of the userscript. Tampermonkey recognizes the userscript and offers you to install it. Once installed there's nothing else to do. | ||
|
||
## 3. Enjoy! |