一个脚本解决 bilibili 视频分集过长的问题
下载链接(Go to Greasyfork and Download)
// 通过修改脚本中的 configs 激活
const configs = [
{
h1Title: '2022版Flink1.13实战教程', // 当前视频的 h1标题 的一部分即可
reg: /\d{2,}_(第(.*)章_)?/, // 前缀 正则 或 string
},
{
h1Title: '尚硅谷Java入门视频教程',
reg: /\d{2,}\.尚硅谷\_/,
},
];