This file contains hidden or 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
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "XXX", | |
"description": "XXX", | |
"version": "0.0.1" | |
}, | |
"servers": [ | |
{ | |
"url": "http:\/\/localhost" |
This file contains hidden or 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
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "XXX", | |
"description": "XXX", | |
"version": "0.0.1" | |
}, | |
"servers": [ | |
{ | |
"url": "http:\/\/localhost" |
This file contains hidden or 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
// ==UserScript== | |
// @name Twitch pause autoplay | |
// @namespace https://github.com/etshy | |
// @icon https://www.twitch.tv/favicon.ico | |
// @version 1.0.5 | |
// @description Pause stream/video in the channel and video-list page | |
// @author Etshy | |
// @exclude https://www.twitch.tv/videos/* | |
// @match https://www.twitch.tv/* | |
// @downloadURL https://gist.github.com/etshy/325d00b7487cae4ad45569f4f6b1bdb8/raw/aca59a29f54623c01e6ff2f3e50977cd218daaa4/twitch-pause-video.user.js |