Created
February 21, 2014 13:38
-
-
Save DamianZaremba/9134370 to your computer and use it in GitHub Desktop.
Fix the stupid stuck header thing on youtube...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This file lives @ ~/.js/youtube.com.js | |
* Requires: https://github.com/defunkt/dotjs | |
*/ | |
/* Make it not stick the header to the top of the window */ | |
$('#masthead-positioner').css('position', 'static'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment