{"id":15506171,"url":"https://github.com/sooniter/tampermonkey-removeprefix-bilibili","last_synced_at":"2025-11-01T00:02:05.106Z","repository":{"id":132437347,"uuid":"515052441","full_name":"SoonIter/tampermonkey-removePrefix-bilibili","owner":"SoonIter","description":"一个脚本解决bilibili视频选集中标题过长的问题","archived":false,"fork":false,"pushed_at":"2024-02-12T10:35:51.000Z","size":1638,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T01:55:28.285Z","etag":null,"topics":["bilibili","script","tampermonkey","tampermonkey-script","tampermonkey-userscript","useful","useful-scripts","userscript","utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoonIter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-18T05:54:46.000Z","updated_at":"2024-11-11T13:02:33.000Z","dependencies_parsed_at":"2024-02-12T11:52:19.192Z","dependency_job_id":null,"html_url":"https://github.com/SoonIter/tampermonkey-removePrefix-bilibili","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":"0.42105263157894735","last_synced_commit":"3368e514431d521afdc12c58d5068ec3ed0d66f0"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Ftampermonkey-removePrefix-bilibili","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Ftampermonkey-removePrefix-bilibili/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Ftampermonkey-removePrefix-bilibili/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Ftampermonkey-removePrefix-bilibili/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoonIter","download_url":"https://codeload.github.com/SoonIter/tampermonkey-removePrefix-bilibili/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354301,"owners_count":21416751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bilibili","script","tampermonkey","tampermonkey-script","tampermonkey-userscript","useful","useful-scripts","userscript","utility"],"created_at":"2024-10-02T09:26:08.465Z","updated_at":"2025-11-01T00:02:05.050Z","avatar_url":"https://github.com/SoonIter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tampermonkey-removePrefix-bilibili\n\n一个脚本解决 bilibili 视频分集过长的问题\n\n[下载链接(Go to Greasyfork and Download)](https://greasyfork.org/zh-CN/scripts/448038-%E5%B0%9A%E7%A1%85%E8%B0%B7-bilibili%E8%A7%86%E9%A2%91%E5%88%A0%E5%8E%BB%E5%89%8D%E7%BC%80-tampermonkey-removeprefix-bilibili)\n\n[查看源码(Go to Github)](https://github.com/SoonIter/tampermonkey-removePrefix-bilibili)\n\n![effect](https://raw.githubusercontent.com/SoonIter/tampermonkey-removePrefix-bilibili/main/docs/imgs/effect.jpg)\n\n## 功能 1. 视频分集换行\n\n![video-section-list](https://raw.githubusercontent.com/SoonIter/tampermonkey-removePrefix-bilibili/2885558aab6f297dd44fa2e74d376cb529742bc3/docs/imgs/section-list.png)\n\n## 功能 2. 删除前缀\n\n\n```javascript\n// 通过修改脚本中的 configs 激活\nconst configs = [\n  {\n    h1Title: '2022版Flink1.13实战教程', // 当前视频的 h1标题 的一部分即可\n    reg: /\\d{2,}_(第(.*)章_)?/, // 前缀 正则 或 string\n  },\n  {\n    h1Title: '尚硅谷Java入门视频教程',\n    reg: /\\d{2,}\\.尚硅谷\\_/,\n  },\n];\n```\n\n![worked](https://raw.githubusercontent.com/SoonIter/tampermonkey-removePrefix-bilibili/main/docs/imgs/worked.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooniter%2Ftampermonkey-removeprefix-bilibili","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsooniter%2Ftampermonkey-removeprefix-bilibili","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooniter%2Ftampermonkey-removeprefix-bilibili/lists"}