https://github.com/maxstalker/flow-playground-scripts
https://github.com/maxstalker/flow-playground-scripts
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxstalker/flow-playground-scripts
- Owner: MaxStalker
- Created: 2020-07-26T21:47:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T22:20:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T18:42:12.442Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
You will need to open Dev Tools `(usually you will need to press F12)` in your browser and paste provided code:
```
var script = document.createElement("script");
document.body.appendChild(script);
script.src = "https://maxstalker.github.io/flow-playground-scripts/export-files.js";
```