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 youtube home page without recommended block | |
// @namespace bb20ce10-d0d4-11e4-b9d6-1681e6b88ec1 | |
// @include http://www.youtube.com/ | |
// @include https://www.youtube.com/ | |
// @version 1.0 | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// ==/UserScript== |