Skip to content

Instantly share code, notes, and snippets.

@ProdigySim
Created December 14, 2012 08:56
Show Gist options
  • Save ProdigySim/4283801 to your computer and use it in GitHub Desktop.
Save ProdigySim/4283801 to your computer and use it in GitHub Desktop.
Greasemonkey script to make youtube less annoying after their homepage changes...
// ==UserScript==
// @name YoutubeUploadsHomepage
// @namespace Youtube
// @description Youtube Button goes to uploads page
// @include http*://*.youtube.com/*
// @version 1
// ==/UserScript==
document.getElementById('logo-container').href="/feed/subscriptions/u";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment