Skip to content

Instantly share code, notes, and snippets.

View YePpHa's full-sized avatar

Jeppe Rune Mortensen YePpHa

View GitHub Profile
@Yonezpt
Yonezpt / mousehideytheader.user.js
Last active August 29, 2015 14:13
Shows YouTube header when moving mouse to the top of the browser
// ==UserScript==
// @version 7
// @name Mouseover show Youtube Header
// @namespace https://github.com/YePpHa/YouTubeCenter/issues/1393
// @description Shows YouTube header when moving the mouse to the top of the browser
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==