mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 07:30:38 +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
|
# twitter-tid-deobf-fork
|
||||||
|
|
||||||
## Clean Up Only
|
Run twitter-tid-deobf
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
npm --prefix base install
|
||||||
npm --prefix base run run
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "deobf.js",
|
"main": "deobf.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"run": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js",
|
"run": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js",
|
||||||
"run2": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js && node deobf.js output/b.js output/b.js && node deobf2.js output/b.js output/a.js"
|
"run2": "node deobf.js source/a.js output/a.js && node deobf2.js output/a.js output/b.js && node deobf.js output/b.js output/b.js && node deobf2.js output/b.js output/b.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue