1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-08 22:30:26 +01:00
No description
Find a file
GitHub Action fc73a6e944 Update deobfuscation
Changes detected in source file
run:base failed
run:fork succeeded
run:additional succeeded
2025-08-22 22:06:13 +00:00
.github/workflows update 2025-04-27 16:57:12 +09:00
.vscode add github actions 2024-12-15 21:52:14 +09:00
output Update deobfuscation 2025-08-22 22:06:13 +00:00
source Update deobfuscation 2025-08-22 22:06:13 +00:00
.gitignore fix 2025-04-28 15:10:08 +09:00
deobf-additional.js rename 2025-04-27 16:17:42 +09:00
deobf-fork.js add fork 2025-04-27 16:17:22 +09:00
deobf.js Revert 7c2bf75 2025-04-27 16:14:45 +09:00
package-lock.json add 2 2024-12-15 21:41:56 +09:00
package.json update 2025-04-27 16:57:12 +09:00
README.md Update README.md 2025-04-28 15:11:27 +09:00

twitter-tid-deobf-fork

This repository performs deobfuscation of the X-Client-Transaction-Id header used on Twitter.
It is automatically updated daily at 22:00 UTC.

It is a fork of https://github.com/obfio/twitter-tid-deobf.

Output: https://github.com/fa0311/twitter-tid-deobf-fork/blob/main/output/additional2.js

Usage

Update source/a.js

JSON_URL="https://raw.githubusercontent.com/fa0311/TwitterInternalAPIDocument/refs/heads/develop/docs/json/ScriptLoadJson.json"
curl -s $JSON_URL | jq -r '.["ondemand.s"]' | xargs curl -s -o response.html

Installation and Running

npm install # Install dependencies
npm run run:base # Original implementation by obfio
npm run run:fork # Forked implementation by fa0311
npm run run:additional # Implementation by fa0311 including additional features