Simulcast Calendar Dub Remover - crunchyroll.com

Removes dubs from simulcast calendar to reduce clutter. Also adds "Last Week" button when it is missing.

作者
Justin Carroll
日安装量
0
总安装量
58
评分
0 0 0
版本
1.2
创建于
2022-04-16
更新于
2023-01-06
大小
1.2 KB
许可证
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 14 with the following:

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

The simulcast calendar also has an annoying behavior where if the calendar is empty (such as early Monday before any shows have aired) the "Last Week" button is not present on the page. That behavior makes it difficult to view last week's schedule in order to see what shows are upcoming.

Rather than creating a separate extension just to add the button back, I have added code to this extension to put the "Last Week" button back into place. If the buttons are already present for any reason, this script will not add the button to the DOM.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址