Skip to content

Instantly share code, notes, and snippets.

@etshy
etshy / show-next-video-button.user.js
Last active September 25, 2025 17:59
show-next-video-button.user.js
// ==UserScript==
// @name Bring back next button
// @license GNU GPLv3
// @namespace http://tampermonkey.net/
// @version 1.1
// @author Etshy
// @match *://www.youtube.com/watch*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==
@etshy
etshy / minimal-openapi-js-generation-issue.json
Created July 25, 2024 15:41
minimal-openapi-js-generation-issue
{
"openapi": "3.0.0",
"info": {
"title": "XXX",
"description": "XXX",
"version": "0.0.1"
},
"servers": [
{
"url": "http:\/\/localhost"
@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"
@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