您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Intercepts Rork snapshot data and allows exporting code which stupidly is a premium feature of rork
This userscript allows you to download the full snapshot of a project from rork.com
as a ZIP archive, preserving its original folder and file structure.
rork_snapshot_downloader.user.js
https://rork.com/p/nidk8d3iupmlk6lmelulr
https://api.rork-direct.workers.dev/trpc/projects.fetchSnapshot
network request.project.zip
├── app/
│ └── index.tsx
├── assets/
├── app.json
JSZip
to generate ZIP archive in-browser.document-start
for maximum reliability.MIT — Free to use, modify, and distribute.