Search: #JQ

  1. Reddit 去广告更新- 支持自定义响应头的值, 修复翻译功能, 感谢 @forevernight7 的贡献 远程模块已收录到 LoonKissSurge Repository 模块脚本合集 合集 群组 恰饭 联系推广 #Surge #Loon #模块 #Reddit #去广告 #广告 #JQ #翻译

    Reddit 去广告更新

    - 支持自定义响应头的值, 修复翻译功能, 感谢 @forevernight7 的贡献

    远程模块

    已收录到 LoonKissSurge Repository

    模块脚本合集 合集 群组 恰饭 联系推广

    #Surge #Loon #模块 #Reddit #去广告 #广告 #JQ #翻译

    • ❤️8
  2. Reddit 去广告重磅更新- 可配置关 NSFW 提示, 自动开启翻译(JQ 版) 远程模块已收录到 LoonKissSurge Repository 模块脚本合集 频道资源合集 恰饭推荐 群组 #Surge #Loon #模块 #Reddit #去广告 #广告 #JQ

    Reddit 去广告重磅更新

    - 可配置关 NSFW 提示, 自动开启翻译(JQ 版)

    远程模块

    已收录到 LoonKissSurge Repository

    模块脚本合集 频道资源合集 恰饭推荐 群组

    #Surge #Loon #模块 #Reddit #去广告 #广告 #JQ

    • 👍11
    • ❤️3
    • 🤩3
  3. 粉象生活 去广告之先去个开屏玩玩(JQ 版)🆕 以后仅更新此 📦 远程模块 将收录到 LoonKissSurge Repository #!name=粉象生活 去广告

    粉象生活 去广告之先去个开屏玩玩(JQ 版)

    🆕 以后仅更新此 📦 远程模块

    将收录到 LoonKissSurge Repository

    #!name=粉象生活 去广告
    #!desc=先去个开屏玩玩(JQ 版)
    #!category=xream
    
    [General]
    
    force-http-engine-hosts = %APPEND% api.fenxianglife.com
    
    [MITM]
    
    hostname = %APPEND%, api.fenxianglife.com
    
    [Body Rewrite]
    http-response-jq ^https?:\/\/api\.fenxianglife\.com\/njia\/index\/popup\/v2 '.data.list = []'


    #Surge #模块 #粉象生活 #去广告 #广告 #开屏 #开屏广告 #启动 #JQ

    • ❤️3
    • 👍2
    • 👏1
    • 💩1
  4. Reddit 过滤推广, 关 NSFW 提示(JQ 版)先测测 晚点传文件再同步到 Surge.qingr.moe支持 Surge 和 Loon1. Surge 需此订阅功能 Body Rewrite 支持使用 JQ 表达式对 JSON 进行操作🆕 以后仅更新此 📦 远程模块 将收录到 LoonKissSurge Repository #!name=Reddit 去广告

    Reddit 过滤推广, 关 NSFW 提示(JQ 版)

    先测测 晚点传文件再同步到 Surge.qingr.moe

    支持 Surge 和 Loon

    1. Surge 需此订阅功能 Body Rewrite 支持使用 JQ 表达式对 JSON 进行操作

    🆕 以后仅更新此 📦 远程模块

    将收录到 LoonKissSurge Repository

    #!name=Reddit 去广告
    #!desc=过滤推广, 关 NSFW 提示(JQ 版)
    #!category=xream
    
    [General]
    
    force-http-engine-hosts = %APPEND% gql.reddit.com, gql-fed.reddit.com
    
    [MITM]
    
    hostname = %APPEND%, gql.reddit.com, gql-fed.reddit.com
    
    [Body Rewrite]
    
    http-response-jq ^https?:\/\/gql(-fed)?\.reddit\.com 'walk( if type == "object" then (if .isNsfw == true then .isNsfw = false else . end) | (if .isNsfwMediaBlocked == true then .isNsfwMediaBlocked = false else . end) | (if .isNsfwContentShown == false then .isNsfwContentShown = true else . end) | (if (.commentsPageAds | type == "array") then (.commentsPageAds = []) else . end) | (if ( (.node | type == "object") and (.node.cells | type == "array") and (.node.cells | any(.__typename? == "AdMetadataCell" or .isAdPost? == true)) ) then empty else . end) | (if (.node | type == "object") and (.node.adPayload | type == "object") then empty else . end) | (if .__typename == "AdPost" then empty else . end) else . end)'


    2. Loon 需最新 TestFlight 版(现在好像会崩溃...等待确认)

    #!name = Reddit 去广告
    #!desc = 过滤推广, 关 NSFW 提示(JQ 版)
    #!openUrl = https://apps.apple.com/app/id1064216828
    #!author = xream[https://github.com/xream]
    #!tag = 去广告
    #!system = 
    #!system_version = 
    #!loon_version = 3.2.4(769)
    #!homepage = https://github.com/luestr/ProxyResource/blob/main/README.md
    #!icon = https://raw.githubusercontent.com/luestr/IconResource/main/App_icon/120px/Reddit.png
    #!date = 2024-10-26 03:35:00
    
    [Rewrite]
    ^https?:\/\/gql(-fed)?\.reddit\.com response-body-json-jq 'walk( if type == "object" then (if .isNsfw == true then .isNsfw = false else . end) | (if .isNsfwMediaBlocked == true then .isNsfwMediaBlocked = false else . end) | (if .isNsfwContentShown == false then .isNsfwContentShown = true else . end) | (if (.commentsPageAds | type == "array") then (.commentsPageAds = []) else . end) | (if ( (.node | type == "object") and (.node.cells | type == "array") and (.node.cells | any(.__typename? == "AdMetadataCell" or .isAdPost? == true)) ) then empty else . end) | (if (.node | type == "object") and (.node.adPayload | type == "object") then empty else . end) | (if .__typename == "AdPost" then empty else . end) else . end)'
    
    [MitM]
    hostname = gql.reddit.com, gql-fed.reddit.com


    #Surge #Loon #模块 #Reddit #去广告 #广告 #JQ

    • 👍4
    • ❤️2
    • 🤩1