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

2023-10-18 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Shurtmato
평점
0 0 0
버전
0.3
생성일
2023-10-03
갱신일
2023-10-18
크기
1.11KB
라이선스
MIT
적용 사이트

// ==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