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

小红书去广告

过滤信息流推广,移除图片及视频水印,如有异常,请先清除缓存再尝试。

name: 小红书去广告
desc: 过滤信息流推广,移除图片及视频水印,如有异常,请先清除缓存再尝试。
icon: https://gitlab.com/lodepuly/iconlibrary/-/raw/main/App_icon/120px/RedPaper.png
category: 去广告
date: "2024-07-26 21:19:28"
http:
  mitm:
    - edith.xiaohongshu.com
    - www.xiaohongshu.com
  url-rewrite:
    # 惊喜弹窗
    - ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/surprisebox\/(get_style|open|submit_action) - reject-dict
    - ^https:\/\/www\.xiaohongshu\.com\/api\/marketing\/box\/trigger\? - reject-dict
    # 信息流
    - ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/note\/guide\? - reject-dict
    - ^https:\/\/www\.xiaohongshu\.com\/api\/sns\/v\d+\/(ads\/resource|hey\/\w+\/hey_gallery) - reject-dict
  script:
    # 详情页小部件、关注页感兴趣的人
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/(note\/widgets|user\/followings\/followfeed)
      name: 移除详情页小部件_19
      type: response
      require-body: true
      # 搜索页
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/search\/(banner|hot)_list
      name: 移除详情页小部件_19
      type: response
      require-body: true
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/search\/(hint|trending)\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/search\/notes\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
      # 开屏广告
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/system_service\/config\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/system_service\/splash_config
      name: 移除详情页小部件_19
      type: response
      require-body: true
      # 信息流、详情页感兴趣的人
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/followfeed\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
    - match: https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/recommend\/user\/follow_recommend\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/homefeed\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
      # 移除图片和视频水印
    - match: ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/(note\/feed|note\/videofeed)\?
      name: 移除详情页小部件_19
      type: response
      require-body: true
      # 移除图片和实况照片水印
    - match: https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/note\/(imagefeed|live_photo\/save)
      name: 移除详情页小部件_19
      type: response
      require-body: true
script-providers:
  移除详情页小部件_19:
    url: https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/RedPaper/RedPaper_remove_ads.js
    interval: 86400