Skip to content

Instantly share code, notes, and snippets.

@TheDutchCoder
Created December 7, 2012 22:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheDutchCoder/4236889 to your computer and use it in GitHub Desktop.
Save TheDutchCoder/4236889 to your computer and use it in GitHub Desktop.
Google decided to left align YouTube, which is terrible. Fix it by dragging this script to you bookmarks and click it while you're on YouTube to center the page again.
javascript:(function(){var a=document.getElementsByTagName("body");a[0].className=a[0].className.replace("site-left-aligned","")})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment