mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 15:40:28 +01:00
22 lines
421 B
Markdown
22 lines
421 B
Markdown
# twitter-tid-deobf-fork
|
|
|
|
Run twitter-tid-deobf
|
|
|
|
```shell
|
|
npm --prefix base install
|
|
npm --prefix base run run
|
|
```
|
|
|
|
Update `source/a.js`
|
|
|
|
```shell
|
|
JSON_URL="https://raw.githubusercontent.com/fa0311/TwitterInternalAPIDocument/refs/heads/master/docs/json/ScriptLoadJson.json"
|
|
curl -s $JSON_URL | jq -r '.["ondemand.s"]' | xargs curl -s -o response.html
|
|
```
|
|
|
|
Run twitter-tid-deobf-fork
|
|
|
|
```shell
|
|
npm install
|
|
npm run run2
|
|
```
|