Greasy Fork is available in English.
制作信息、评论和视频的标签
< 脚本 Tabview YouTube Totara 的反馈
试试把脚本代码中
for (const flags of [EXPERIMENT_FLAGS, EXPERIMENTS_FORCED_FLAGS]) {
if (flags) {
// flags.kevlar_watch_metadata_refresh_no_old_secondary_data = false;
// flags.live_chat_overflow_hide_chat = false;
flags.web_watch_chat_hide_button_killswitch = false;
flags.web_watch_theater_chat = false; // for re-openable chat (ytd-watch-flexy's liveChatCollapsed is always undefined)
flags.suppress_error_204_logging = true;
flags.kevlar_watch_grid = false; // A/B testing for watch grid
if (DISABLE_FLAGS_SHADYDOM_FREE) {
flags.enable_shadydom_free_scoped_node_methods = false;
flags.enable_shadydom_free_scoped_query_methods = false;
flags.enable_shadydom_free_scoped_readonly_properties_batch_one = false;
flags.enable_shadydom_free_parent_node = false;
flags.enable_shadydom_free_children = false;
flags.enable_shadydom_free_last_child = false;
}
}
}
的部份删掉看看
如果没卡死,试试找出里面哪一行= false有问题。谢谢
刚开始打开浏览器,打开youtube看视频时容易卡死页面,退出后再进入就好了,试了试好像是这个脚本的问题,排除这个脚本后,看视频时就不会卡死了,cent浏览器(chrome内核)。其实很喜欢这个脚本的。