Skip to content

Instantly share code, notes, and snippets.

# written in almost exactly 2 hours, don't expect the highest quality code
import sys
import enum
import math
import random
import pygame
BOARDSIZE = 800
@Gwitr
Gwitr / yt-fix-pause.js
Created September 20, 2021 14:26
Fix keyboard Play/Pause button with Youtube
// ==UserScript==
// @name Fix keyboard Play/Pause button with Youtube
// @namespace http://gwitr.nips.org.pl/
// @version 0.1
// @description See title
// @author You
// @include /https:\/\/www\.youtube\.com/
// @icon https://www.google.com/s2/favicons?domain=youtube.com
// @grant none
// ==/UserScript==