Restores the good old Youtube logo!
// ==UserScript==
// @name Rainbowheart Remover
// @namespace Konrad
// @description Restores the good old Youtube logo!
// @include https://www.youtube.com/*
// @version 1
// @grant none
// ==/UserScript==
document.getElementById('logo').src = 'http://cache.clickonf5.org/wp-content/uploads/2011/06/youtube.png'