Skip to content

Instantly share code, notes, and snippets.

@DamianZaremba
Created February 21, 2014 13:38
Show Gist options
  • Save DamianZaremba/9134370 to your computer and use it in GitHub Desktop.
Save DamianZaremba/9134370 to your computer and use it in GitHub Desktop.
Fix the stupid stuck header thing on youtube...
/* 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