Greasy Fork is available in English.
制作信息、评论和视频的标签
< 脚本 Tabview YouTube Totara 的反馈
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
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;
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.