折腾啥


0.1.5 测试版发布,支持Cookie保活;支持Local storage同步。可手工安装测试。 https://github.com/easychen/CookieCloud/releases/tag/0.1.5
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组
#Surge #模块 #快捷指令
不定期分享我装了的(可能也没啥用 或者有冲突)
1️⃣安装 执行 https://www.icloud.com/shortcuts/39d7c87042a64f7bbf6c86e8743af1ad
2️⃣更新外部资源 保证已经加载好所有的脚本资源
安装 执行安装 执行 https://www.icloud.com/shortcuts/6c99ea84636c4a53ab61c6ba51bb340a 此项包含很多来自 QX 的转换
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组
#Surge #模块 #抓包 #MITM
#!name=全局抓包
#!desc=MITM 加 * ➕ 排除黑名单域名
[MITM]
hostname = -*.apple.com, -*.icloud.com.cn,-*.icloud.com, -*.mzstatic.com, -*.crashlytics.com, -*.facebook.com, -*.instagram.com, -ap-*.spotify.com, -*apple.com, -*.95516.com, -*.doubleclick.net, -*.icloud-content.com, -*.icloud.com.cn, -*.itunes.com, -*.me.com, -*.o20.cmbchina.com, -*.zmxy.com.cn, -alogs.umeng.com, -api.twitter.com, -app-measurement.com, -bill.cdcc.cmbchina.com, -catdot.dianping.com, -dida365.com, -firebaseinstallations.googleapis.com, -firebaselogging-pa.googleapis.com, -hm.baidu.com, -ios.bugly.qq.com, -lh3.googleadsserving.cn, -mars.ccc.cmbchina.com, -mbank.spdbccc.com.cn, -mlife.cmbchina.com, -pagead2.googleadservices.com, -pagead2.googlesyndication.com, -pingma.qq.com, -tpc.googlesyndication.com, -ulogs.umeng.com, -uop.umeng.com, -www.google-analytics.com, -, *
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组
#Surge #模块
WiFi 断开时 打断请求 不让活跃连接跑你的通用 🤪
免流佬狂喜
🆕 模块地址
往期相关内容
1 #Surge #Stash IP 网络信息面板
2 #Surge #Shadowrocket 网络变化时查询国内外IP并发送通知
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组- 👍1
[Rule]
# > 阿里 域名
DOMAIN-SET,https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/Alibaba/Alibaba_Domain.list,阿里
# > IP 不解析
RULE-SET,https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/Alibaba/Alibaba.list,阿里
# > 怕不全就换成 IP 解析
# RULE-SET,https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/Alibaba/Alibaba_Resolve.list,阿里
我一个反向操作 给阿里系指定了国外代理 避免了VPN检测拒绝 🐶 #阿里系 #淘宝 #闲鱼 #代理 #Surge #分流
🆕 查看新方案
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组
#Stash #覆写 #哔哩哔哩 #BiliBili #解锁
迫于一打开 B 站 app Stash 就重启 VPN
😀 B 站精简绝对不重启版- 仅 1080P高码率+4K画质[番剧和影视除外]
name: B 站精简绝对不重启版- 仅 1080P高码率+4K画质[番剧和影视除外]
desc: 改自墨鱼
http:
script:
- match: ^https?:\/\/app\.bilibili\.com\/x\/v2\/account\/myinfo\?
name: bilibili_json_local
type: response
timeout: 30
require-body: true
max-size: 3145728
mitm:
- "app.bilibili.com"
script-providers:
bilibili_json_local:
url: https://github.com/ddgksf2013/Scripts/raw/master/bilibili_json.js
interval: 86400
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组- 🫡1
#Shadowrocket #配置示例
因为某些bug 配置有一丢丢缺陷 测测吧
代理组自己按照名字弄好
其中百度代理组没法做成远程订阅 所以我用了正则筛选以"百度"开头的代理
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组
#Surge #Shadowrocket
网络变化时查询国内外IP并发送通知
默认等待2秒后执行
IP相同时不发送通知
[Script]
网络变化 = type=event,event-name=network-changed,timeout=30,script-update-interval=3600,debug=false,enable=true,script-path=https://raw.githubusercontent.com/xream/scripts/main/surge/modules/network-info/event.js
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组

别问怎么用 会用的都会用
#glados #签到 #脚本
#!/usr/bin/env bash
DIR=$( cd $(dirname $0) ; pwd )
echo $DIR
text=curl 'https://glados.rocks/api/user/checkin' \
-s \
-b glados.txt -c glados.txt \
-H 'Accept: application/json, text/plain, */*' \
-H 'Referer;' \
-H 'DNT: 1' \
-H 'cookie: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-H 'Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-H 'User-Agent: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"token":"glados.network"}' \
--compressed
echo $text
# 装个 yq 用来解析 json
text=echo $text| yq ".message"
echo $text
# tg 发消息
api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
chat_id="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
curl -F disable_notification=true -F chat_id=$chat_id -F "text=glados: $text" https://api.telegram.org/bot$api_key/sendMessage
💬 查看最新原文
📢 折腾啥 频道
👥 折腾啥 群组




