DMHY Title Filter

Add title filtering functionality to DMHY, supporting regex, Chinese variants matching and complex filtering rules

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
xkbkx5904
Daily installs
0
Total installs
8
Ratings
0 0 0
Version
0.1
Created
2025-01-16
Updated
2025-01-16
Size
9.67 KB
License
MIT
Applies to

动漫花园标题过滤器

一个为动漫花园增加标题过滤功能的脚本,支持正则表达式、简繁体匹配和复杂过滤规则。应班友要求写的,感觉没什么用。未来更新可能改成关键词勾选模式,可以提交一些你想要的关键词,先搜集一下意见。

功能特点

  • 实时过滤标题
  • 支持简繁体自动匹配
  • 支持正则表达式
  • 支持复杂的过滤规则组合

过滤语法

  1. 与运算:使用分号(;或;)

    1080p;简体
    

    表示同时包含这两个条件

  2. 或运算:使用竖线(|)

    1080p|2160p;简体|繁体
    

    表示:(1080p或2160p) 且 (简体或繁体)

  3. 正则表达式:使用 /pattern/ 格式

    /\[第\d+集\]/;1080p
    

    表示:(标题包含[第n集]) 且 (包含1080p)

  4. 简繁体匹配:自动匹配简繁体变体

    简体
    

    会同时匹配:简体、簡體

许可证

MIT License