Greasy Fork

来自缓存

Greasy Fork is available in English.

Tabview YouTube Totara

制作信息、评论和视频的标签

< 脚本 Tabview YouTube Totara 的反馈

评价:好评 - 脚本运行良好

§
发布于:2026-03-30

Great work! Can you make the code open source on GitHub?
I'd like to add a feature to automatically select the "Comments" tab after it has finished loading.

I've written the code on my own copy of the extension.

§
发布于:2026-04-01

Great work! Can you make the code open source on GitHub?I'd like to add a feature to automatically select the "Comments" tab after it has finished loading.I've written the code on my own copy of the extension.

The source code is here.

https://github.com/tabview-youtube/Tabview-YouTube-Totara

same as the script in GreasyFork

I made this script using JavaScript directly. No webpack etc

§
发布于:2026-04-01

I'd like to add a feature to automatically select the "Comments" tab after it has finished loading.

You can just change this line.

const TAB_AUTO_SWITCH_TO_COMMENTS = false;

to

const TAB_AUTO_SWITCH_TO_COMMENTS = true;

发布留言

登录以发布留言。