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
| #!/usr/bin/env swift | |
| import Foundation | |
| func readSessionKey() -> String? { | |
| // TODO: Replace with your session key from claude.ai cookies | |
| let injectedKey = "YOUR_SESSION_KEY_HERE" | |
| let trimmedKey = injectedKey.trimmingCharacters(in: .whitespacesAndNewlines) | |
| return trimmedKey.isEmpty ? nil : trimmedKey | |
| } |
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
| //!HOOK OUTPUT | |
| //!BIND HOOKED | |
| //!DESC Lenticular 3D - Full-SBS Fix V3 | |
| precision highp float; | |
| // --- 參數設置 --- | |
| #define LINE_NUMBER 19.6401 | |
| #define OBLIQUITY 0.105 |