ladit

ladit

V2EX member #89378, joined on 2015-01-01 01:19:41 +08:00
Per ladit's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
ladit's recent replies
已使用 LFMYK6YHH646 ,感谢!
Nov 9, 2022
Replied to a topic by 24 Chrome 感觉简悦是一个很奇怪的服务
可以试试这个 http://circlereader.com/
Mar 29, 2022
Replied to a topic by Ashore 程序员 2022 年了, PHP 开发环境有什么推荐
我自己从 Laradock 精简了一份,目前使用非常愉快,随用随删: https://github.com/ladit/dockphp
@xingHI 我重新看了一下,这样写,并打开 HTTPS 解密,可以实现你想要的效果。
```
[Script]
http-response ^https?:\/\/www\.pkulaw\.com\/chl\/.+ requires-body=true, script-path=pkulaw.js


[MITM]
hostname = www.pkulaw.com
```

```pkulaw.js
if ($request.url.includes('keyword=')) {
$done({
status: 307,
headers: {
'Location': $request.url.replace(/\?keyword=.+/, '')
}
})
}
$done({})
```
可以利用 Script 功能:

```
[Script]
pkulaw = type=http-request,pattern=https://www.pkulaw.com/chl.+ script-path=pkulaw.js
```

```javascript
// pkulaw.js
$request.url = $request.url.replace(/\?keyword=.+/, '')
$done({$request})
```
Dec 4, 2021
Replied to a topic by lingdu666 程序员 mac 下有哪些效率工具推荐?
@explorerproxy #8 https://qspace.awehunt.com/zh-cn/index.html 不知道能不能满足你的需求
Jul 8, 2021
Replied to a topic by M0CK3Y Apple iOS 上有什么比较优秀的倒数日软件吗?

图源网络。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3321 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 13:09 · PVG 21:09 · LAX 06:09 · JFK 09:09
♥ Do have faith in what you're doing.