#!name=微博去广告 #!desc=整合了@zmqcherish的去广告配置,只去广告不做净化 #!author=fmz200 #!homepage=https://github.com/ipy/wool_scripts #!icon=https://raw.githubusercontent.com/ipy/wool_scripts/main/icons/gif/naisi-01.gif #!raw-url=https://github.com/ipy/wool_scripts/raw/main/QuantumultX/rewrite/weibo.snippet #!tg-group=https://t.me/lanjieguanggao #!date=2023-11-27 12:36:00 ############################################# # > "reject" 策略返回 HTTP 状态码 404,不附带任何额外内容 # > "reject-200" 策略返回 HTTP 状态码 200,不附带任何额外内容 # > "reject-img" 策略返回 HTTP 状态码 200,同时附带 1px gif # > "reject-dict" 策略返回 HTTP 状态码 200,同时附带一个空的 JSON 对象 # > "reject-array" 策略返回 HTTP 状态码 200,同时附带一个空的 JSON 数组 ############################################# hostname = api.weibo.cn, mapi.weibo.com, *.uve.weibo.com, new.vip.weibo.cn # 似乎没用的请求 https://api\.weibo\.cn/2/(push/active|client/addlog_batch|ad/preload) url script-request-body https://raw.githubusercontent.com/ipy/wool_scripts/main/QuantumultX/scripts/privacy_protection.js # 屏蔽首页左上角每日的弹窗tips ^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push/daily url reject-dict # 超话按钮的提示 https://api.weibo.cn/2/!/huati/discovery_home_bottom_getdotinfo url reject # 微博移除发现页广告 ^https?://api.weibo.cn/2/search/(finder|container_timeline|container_discover) url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博热搜页面广告 ^https?://api.weibo.cn/2/page url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博话题页面广告 https://api.weibo.cn/2/searchall url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博超话页面广告 ^https?://api.weibo.cn/2/statuses/container_timeline_topicpage url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博详情页面广告 ^https?://api.weibo.cn/2/statuses/extend url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博最顶部的tab页分组 ^https?://api.weibo.cn/2/groups/allgroups/v2 url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_ads.js # 微博去广告以及去除各部分推广模块 - cherish ^https?://m?api\.weibo\.c(n|om)/2/(cardlist|searchall|page|messageflow|statuses/(unread_)?friends(/|_)timeline|groups/timeline|statuses/(container_timeline|container_timeline_hot|unread_hot_timeline|extend|video_mixtimeline)|profile/(me|container_timeline)|video/(community_tab|remind_info|tiny_stream_video_list)|checkin/show|\!/live/media_homelist|comments/build_comments|container/get_item|search/(finder|container_timeline|container_discover)) url script-response-body https://raw.githubusercontent.com/ipy/wool_scripts/main/Scripts/weibo/weibo_main.js # 删除微博开屏广告 - cherish ^https:\/\/bootrealtime\.uve\.weibo\.com\/v3\/ad\/realtime url reject-dict ^https?://(sdk|wb)app\.uve\.weibo\.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://raw.githubusercontent.com/zmqcherish/proxy-script/main/weibo_launch.js # 自定义tab皮肤 ^https://api.weibo.cn/2/!/client/light_skin url script-response-body https://raw.githubusercontent.com/zmqcherish/proxy-script/main/weibo_main.js # 非会员设置tab皮肤 - cherish ^https://new.vip.weibo.cn/littleskin/preview url script-response-body https://raw.githubusercontent.com/zmqcherish/proxy-script/main/weibo_main.js # 解锁微博会员APP图标 ^https?://new\.vip\.weibo\.cn/aj/appicon/list url script-response-body https://github.com/ipy/wool_scripts/raw/main/Scripts/weibo/weibo_vip.js