Auto expand channel list and Open channel showing video view

Auto expand the channel list after 3 seconds and change to channel video tab after entering a channel

Versión del día 18/10/2023. Echa un vistazo a la versión más reciente.

Autor
Shurtmato
Calificaciones
0 0 0
Versión
0.3.1
Creado
03/10/2023
Actualizado
18/10/2023
Tamaño
1.42 KB
Licencia
MIT
Funciona en

// ==UserScript==
// @name Auto expand channel list and Open channel showing video view
// @namespace https://greasyfork.org/en/users/254603-shurtmato
// @version 0.3
// @description Auto expand the channel list after 3 seconds and change to channel video tab after entering a channel
// @author Shurtmato
// @match https://www.youtube.com/*
// @require https://code.jquery.com/jquery-3.7.0.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// @license MIT