mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 23:50:28 +01:00
update readme
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
ea83229dff
commit
1c403fc235
2 changed files with 17 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -1,7 +1,22 @@
|
|||
# twitter-tid-deobf-fork
|
||||
|
||||
## Clean Up Only
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue