name: reddit desc: "- 首页列表广告\n- 社区主页列表广告 \n- 详情页评论广告\n- 详情页主题下方广告" category: ad icon: https://raw.githubusercontent.com/qsoyq/icons/main/assets/icon/reddit.png http: mitm: - gql-fed.reddit.com force-http-engine: - gql-fed.reddit.com body-rewrite: - https://gql-fed.reddit.com/ response-jq .data.postInfoById.commentsPageAds=[] - https://gql-fed.reddit.com/ response-jq .data.postInfoById.pdpCommentsAds=null - https://gql-fed.reddit.com/ response-jq if .data.subredditV3.elements.edges != null then .data.subredditV3.elements.edges |= map(select(.node.cells[0].__typename!="AdMetadataCell")) end - https://gql-fed.reddit.com/ response-jq if .data.homeV3.elements.edges != null then .data.homeV3.elements.edges |= map(select(.node.cells[0].__typename!="AdMetadataCell")) end