Skip to content

Instantly share code, notes, and snippets.

@etshy
etshy / twitch-pause-video.user.js
Last active July 15, 2022 22:24
Twitch pause autoplay video
// ==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
@etshy
etshy / openapi-codegen-request-body-name.json
Created September 22, 2023 08:11
openapi-codegen-request-body-name.json
{
"openapi": "3.0.0",
"info": {
"title": "XXX",
"description": "XXX",
"version": "0.0.1"
},
"servers": [
{
"url": "http:\/\/localhost"