Skip to content

Instantly share code, notes, and snippets.

@HPZ07
HPZ07 / FixYoutubeAltTabPlayPauseIssue.user.js
Last active March 19, 2024 10:29
Fix YouTube's Alt-Tab Pause/Play Issue
// ==UserScript==
// @name Fix YouTube's Alt-Tab Pause/Play Issue
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Fix YouTube's Alt-Tab Pause/Play Issue
// @author HPZ07
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==
@HPZ07
HPZ07 / DisableYoutubeShortsScrolling.user.js
Created May 7, 2023 20:50
Disable YouTube Shorts Spacebar Scrolling
// ==UserScript==
// @name Disable YouTube Shorts spacebar scrolling
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Disables YouTube Shorts scrolling and pauses video on spacebar press
// @author HPZ07
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
@HPZ07
HPZ07 / DisableYoutubeScrolling.user.js
Last active April 11, 2024 19:37
Disable YouTube Spacebar Scrolling
// ==UserScript==
// @name Disable YouTube spacebar scrolling
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Disables spacebar scrolling and forces it to pause the video instead
// @author HPZ07
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==