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
// ==UserScript== | |
// @name Gigatube (Youtube Doodle Remover) | |
// @version 1.1 | |
// @description Replaces the Youtube logo and any Youtube/Google doodles with a different image. | |
// @author AgentLoneStar007, with a ton of help from u/FlowerForWar. | |
// @match *://www.youtube.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |