This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 脚本引用 https://raw.githubusercontent.com/Keywos/rule/main/script/wy/js/wyres.js | |
| */ | |
| // @timestamp thenkey 2025-02-19 07:37:36 | |
| (()=>{ | |
| var x=typeof globalThis<"u"?globalThis: { | |
| }, | |
| J={ | |
| exports: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!name=ChatGPT Context Minimizer (iOS) | |
| #!desc=Opt-in, fail-open removal of UI display, push-permission, and client timing context from ChatGPT web conversation requests on iOS. Prompt, model, timezone, authentication, Sentinel, device, session, and trace data remain untouched. | |
| #!system=ios | |
| [MITM] | |
| hostname = %APPEND% chatgpt.com | |
| [Script] | |
| chatgpt-context-minimizer-ios = type=http-request, pattern=^https://chatgpt\.com/backend-api/f/conversation(?:/prepare)?(?:\?.*)?$, requires-body=true, max-size=131072, timeout=2, engine=jsc, script-path=https://gist.githubusercontent.com/peakpot1/e9ba4b1a49046a5f7ece988837c07c60/raw/chatgpt-context-minimizer.js, script-update-interval=86400 |