YouTube Hide recommended videos

Hides the recommended videos on your stream (new design)

Verzia zo dňa 15.08.2014. Pozri najnovšiu verziu.

Autor
Eugene Pytkin
Hodnotenie
0 0 0
Verzia
20140815d
Vytvorené
15.08.2014
Aktualizované
15.08.2014
Veľkosť
1,6 KB
Licencia
neuvedené
Spustiť na

This script is "update" of (Daniel Lehr's userscript)

This script hides recommended videos on Youtube main page.
By default it supports English and Russian localization.
If you need to add your language, add this block to "case" statement of script and copy-paste text of "Popular channel you might like" span to it:

	case TEXT_AT_LANGUAGE_BUTTON_IN_FOOTER_OF_MAIN_PAGE_HERE:
		var AggroText = LOCALIZED_STRING_OF_"Popular channel you might like"_HERE
        break;
长期地址
遇到问题?请前往 GitHub 提 Issues。