Skip to content

Instantly share code, notes, and snippets.

@yuryshulaev
yuryshulaev / kill-sticky.js
Created October 23, 2015 00:28 — forked from alisdair/kill-sticky.js
Kill sticky headers.
// ==UserScript==
// @name Kill Sticky Headers (Ctrl/Cmd+Shift+K)
// @homepage http://alisdair.mcdiarmid.org/kill-sticky-headers/
// @version 0.1
// @description Kill sticky headers
// @match *://*/*
// @grant none
// ==/UserScript==
function killSticky() {
@yuryshulaev
yuryshulaev / youtube-global-shortcuts.user.js
Last active May 20, 2021 12:52 — forked from stefansundin/youtube-global-shortcuts.user.js
Makes the YouTube shortcuts work even if the player is not focused. Install Greasemonkey/Tampermonkey first, then click [Raw] to install.
// ==UserScript==
// @name YouTube global shortcuts
// @namespace https://gist.github.com/stefansundin/
// @homepage https://gist.github.com/stefansundin/65e3d6db697636d8e7f1
// @downloadURL https://gist.github.com/stefansundin/65e3d6db697636d8e7f1/raw/youtube-global-shortcuts.user.js
// @version 1.1
// @author Stefan Sundin
// @description Makes the YouTube shortcuts work even if the player is not focused.
// @icon https://www.youtube.com/favicon.ico
// @match https://www.youtube.com/*