Logo
Stash 玩家
更新日期
Fri, 26 Jul 2024 21:19:28 GMT

爱奇艺去广告

过滤爱奇艺客户端广告,由于此插件不再维护,客户端版本高于14.11.6可能会导致此插件失效,请勿升级客户端。

name: 爱奇艺去广告
desc: 过滤爱奇艺客户端广告,由于此插件不再维护,客户端版本高于14.11.6可能会导致此插件失效,请勿升级客户端。
icon: https://gitlab.com/lodepuly/iconlibrary/-/raw/main/App_icon/120px/iQiYi_Video.png
category: 去广告
date: "2024-07-26 21:19:28"
rules:
  # 放行地址
  - DOMAIN-SUFFIX,cupid.iqiyi.com,DIRECT
  # 拦截地址
  - DOMAIN,api.iqiyi.com,REJECT
http:
  mitm:
    - -i.vip.iqiyi.com
    - "*.iqiyi.com"
  url-rewrite:
    # 播放页开通会员提示
    - ^https:\/\/act\.vip\.iqiyi\.com\/interact\/api\/v2\/show\? - reject-dict
    # 播放页多余动效
    - ^https:\/\/iface2\.iqiyi\.com\/ivos\/interact\/video\/data\? - reject-dict
    # 播放页升级白金会员按钮
    - ^https:\/\/iface2\.iqiyi\.com\/video\/3\.0\/v_interface_proxy\? - reject-dict
    # 青少年弹窗
    - ^https:\/\/iface2\.iqiyi\.com\/views_pop\/3\.0\/pop_control\? - reject-dict
  script:
    # 首页信息流广告
    - match: ^http:\/\/[\d\.]+\/3f1\/cards\.iqiyi\.com\/(views_home\/3\.0\/qy_home|waterfall\/3\.0\/feed)\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
    - match: ^http:\/\/access\.if\.iqiyi\.com\/3f1\/cards\.iqiyi\.com\/(views_category\/3\.0\/category_home|views_home\/3\.0\/qy_home|waterfall\/3\.0\/feed)\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
    - match: ^https:\/\/cards\.iqiyi\.com\/views_category\/3\.0\/(category_home|categorylib_content|film_hybrid)\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
    - match: ^https:\/\/cards\.iqiyi\.com\/(views_home\/3\.0\/qy_home|waterfall\/3\.0\/feed)\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 播放详情页
    - match: ^https:\/\/cards\.iqiyi\.com\/views_plt\/3\.0\/player_tabs_v2\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 搜索页列表
    - match: ^https:\/\/cards\.iqiyi\.com\/views_search\/3\.0\/(hot_query_)?search\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 评论区
    - match: ^https:\/\/comment-card\.iqiyi\.com\/views_comment\/3\.0\/long_video_comments\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 我的页面菜单
    - match: ^https:\/\/iface2\.iqiyi\.com\/aggregate\/3\.0\/getMyMenus\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 首页左上角天气
    - match: ^https:\/\/iface2\.iqiyi\.com\/control\/3\.0\/init_proxy\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 通用控制 - 各标签页二楼
    - match: ^https:\/\/iface2\.iqiyi\.com\/fusion\/3\.0\/common_switch\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 底栏和顶部标签页推广
    - match: ^https:\/\/iface2\.iqiyi\.com\/views\/3\.0\/(bottom_theme|home_top_menu)\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 搜索框填充词
    - match: ^https:\/\/search\.video\.iqiyi\.com\/q\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
      # 开屏和播放广告
    - match: ^https?:\/\/(kjp|t7z)\.cupid\.iqiyi\.com\/mixer\?
      name: 移除首页信息流广告_24
      type: response
      require-body: true
script-providers:
  移除首页信息流广告_24:
    url: https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/iQiYi_Video/iQiYi_Video_remove_ads.js
    interval: 86400