gelilaohuang

gelilaohuang

V2EX 第 209726 号会员,加入于 2017-01-08 15:18:34 +08:00
根据 gelilaohuang 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
gelilaohuang 最近回复了
3 天前
回复了 Taaoo 创建的主题 iOS 关于 loon 的一点疑问, surge 和 loon 如何选择
@gelilaohuang 附:规则里要走代理的全走兜底

这样配下来
当连上家里 wifi 时会把代理和 dns 交给软路由,但同时不影响你加的 AntiAD 规则
当在外面时,自动走 Auto 的代理,更不影响 AntiAD

如果你遇到的不是规则问题,而是插件问题的话,那就注意是不是把 [脚本、复写、Mitm] 全都打开了
3 天前
回复了 Taaoo 创建的主题 iOS 关于 loon 的一点疑问, surge 和 loon 如何选择
同,qx 用了很久,自己也写各种配置整各种花活,不过新协议这一点不能忍,所以前两天入了 loon ,捣鼓了一晚上现在相当丝滑,你说的问题大概率是用 ssid-trigger 切换了全走 direct ,然后有些包含在你 Rule 里的 AntiAD 就时效了,需要用策略组里的 ssid 细分一下,大概配置是这样

[Proxy Group]
场景切换 = ssid,default=DIRECT,cellular=Auto,"101"=DIRECT,img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/SSID.png
Auto = url-test,Osaka,SG,interval = 60,tolerance = 100,img-url = https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Auto.png
兜底策略 = fallback,场景切换,DIRECT,interval = 600,max-timeout = 3000,img-url = https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Global.png

[Rule]
FINAL,兜底策略

[Host]
ssid:101 = server:192.168.100.1


上面的所有 101 改成你的 wifi 名,server 后面改成你软路由网段,这样 dns 也能交给 opwnwrt 去处理,不影响出门也不影响连上 wifi 的去广告( Auto 里改成自己的节点)
@zdoubley22223 是的,失业或创业失败的人想了半天都想不明白自己是怎么被裁员的,还用拼多多用的乐呵呵呢
据我所知,PDD 是中国唯一一家对卖家和员工施以各种法律底线,节操下线,道德低点于一身的坐落在国际化大都市上海的上市公司,这种公司多提一嘴都觉得恶心。
242 天前
回复了 xiaohupro 创建的主题 Google Google 浏览器更新的智能镜头大家觉得怎么样
与 gemini 对话用上了,贼 6
@w12928293 重点不在 result.conf , 而是 withOp 和 noOp 那两套,把那两套内容根据网络环境去决定哪一套最终写入 result ,qx 只关联 result 就行了
@ilolita ssid 策略对于分流无效啊,我一些屏蔽广告的都在分流里
@neochen13 qx 没有 windows 端啊
264 天前
回复了 goodryb 创建的主题 生活 有个很好奇的问题,结了婚的请进来做个调研
媳妇是个败家娘们,手里有多少花多少,上什么交,若干年后我俩去喝西北风啊
```
function setNativeValue (element, value) {
// Get the original value setter of the element
let nativeInputValueSetter = Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, "value").set;
// Set the new value using the native setter
nativeInputValueSetter.call(element, value);
// Create a new input event with the target element and bubbles flag
let event = new Event("input", { target: element, bubbles: true });
// Add a simulated flag to the event for React 15 compatibility
event.simulated = true;
// Dispatch the event to the element
element.dispatchEvent(event);
}
```
用这个搞定了,感谢大家的关注
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   987 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms · UTC 22:09 · PVG 06:09 · LAX 15:09 · JFK 18:09
Developed with CodeLauncher
♥ Do have faith in what you're doing.