1.1.0 • Published 7 years ago
automagician v1.1.0
automagician
Automate websites in-browser, using human-style target selection.
Very new, thrown together to solve a problem, subject to major change.
Usage
- build, then run the server:
npm start
- Add the bookmarklet to your browser:
javascript: var x = document.createElement('script'); x.src = 'http://localhost:8080/index.browser.js?a='+Math.random(); document.body.appendChild(x);
Click your bookmarklet
Put some commands in the box, eg:
Click Me - click
Some input placeholder - enter - Hello world
Something off screen - scrollTo
- Click "run"
Issues
Runs on http, so you can't inject into https sites. Spin up a now.sh server to solve this.