1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-10 15:20:27 +01:00
No description
Find a file
2025-04-25 22:06:05 +00:00
.github/workflows fix github action 2025-01-26 14:10:21 +09:00
.vscode add github actions 2024-12-15 21:52:14 +09:00
base remove 2024-12-15 22:07:49 +09:00
output Update deobfuscation 2025-04-15 22:06:10 +00:00
source Update source file 2025-04-25 22:06:05 +00:00
.gitignore cleanup 2024-12-15 19:45:11 +09:00
deobf.js fix deobf 2025-01-26 14:06:00 +09:00
deobf2.js add 2024-12-17 13:26:39 +09:00
output.log add 2 2024-12-15 21:41:56 +09:00
package-lock.json add 2 2024-12-15 21:41:56 +09:00
package.json update readme 2024-12-15 21:56:08 +09:00
README.md Update README.md 2024-12-17 14:16:05 +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/b.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

Run

npm install
npm run run2

Run base obfio/twitter-tid-deobf

npm --prefix base install
npm --prefix base run run