1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-11 15:40:28 +01:00
No description
Find a file
GitHub Action 604de8a732 Update deobfuscation
No changes source file
run:base failed
run:fork succeeded
run:fork2 succeeded
Update deobfuscation
Changes detected in source file
run:base failed
run:fork succeeded
run:additional succeeded
2025-04-27 07:57:42 +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
base remove 2024-12-15 22:07:49 +09:00
output Update deobfuscation 2025-04-27 07:57:42 +00:00
source Update source file 2025-04-25 22:06:05 +00:00
.gitignore cleanup 2024-12-15 19:45:11 +09:00
commit-message-wip Update deobfuscation 2025-04-27 07:57:42 +00: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
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 2025-04-27 16:57:12 +09:00
README.md update README 2025-04-27 16:47:48 +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

Run

npm install
npm run run2

Run base obfio/twitter-tid-deobf

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