Greasy Fork

Simulcast Calendar Dub Remover - crunchyroll.com

Removes dubs from simulcast calendar to reduce clutter

当前为 2022-04-16 提交的版本,查看 最新版本

作者
Justin Carroll
评分
0 0 0
版本
1.0
创建于
2022-04-16
更新于
2022-04-16
大小
527 字节
许可证
MIT
适用于

This is a simple script that removes all cards where the title of the show contains the string "Dub)". If you want to filter out all dubs except English (or another language), replace line 13 with the following:

if (text.includes('Dub)') && !text.includes('English Dub)')) {