mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-23 00:48:24 +08:00
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
|
# 开屏去广告
|
|||
|
|
|||
|
使用脚本,通过修改开屏广告图片大小、开屏广告持续时间、开屏广告生效时间等方法,去除缓存到本地的APP开屏广告。
|
|||
|
|
|||
|
维护去广告项目耗费的精力要远高于维护签到项目,所以当前仅能满足个人常用APP的开屏广告去除,并且不保证去除效果。
|
|||
|
|
|||
|
实在是精力有限,暂时无法帮忙去除其他APP开屏广告,欢迎大佬贡献其他去除开屏广告的代码。
|
|||
|
|
|||
|
## 配置说明
|
|||
|
|
|||
|
大部分去广告的链接,都已经被整合型的去广告脚本拦截,脚本无法接管请求。如果出现拦截失败,请抓包检查相关请求是不是在脚本处理前就已经被拦截。
|
|||
|
|
|||
|
### Surge
|
|||
|
|
|||
|
使用模块
|
|||
|
|
|||
|
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.sgmodule
|
|||
|
|
|||
|
### Loon
|
|||
|
|
|||
|
使用远程脚本配置
|
|||
|
|
|||
|
```ini
|
|||
|
[Plugin]
|
|||
|
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.lnplugin, tag=开屏去广告, enabled=true
|
|||
|
```
|
|||
|
|
|||
|
### Quantumult X
|
|||
|
|
|||
|
配置文件
|
|||
|
|
|||
|
```ini
|
|||
|
[rewrite_remote]
|
|||
|
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.qxrewrite, tag=开屏去广告, enabled=true
|
|||
|
```
|