KoryNunn / automagician

Automate websites in-browser, using human-style target selection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automagician

Automate websites in-browser, using human-style target selection.

Very new, thrown together to solve a problem, subject to major change.

Usage

  1. Install, build, then run the server:
npm install
npm start
  1. Add the bookmarklet to your browser:
javascript: var x = document.createElement('script'); x.src = 'https://automagician.now.sh/index.browser.js?a='+Math.random(); document.body.appendChild(x);
  1. Click your bookmarklet

  2. Put some commands in the box, eg:

Click Me - click
Some input placeholder - enter - Hello world
Something off screen - scrollTo
  1. Click "run"

Issues

Runs on http, so you can't inject into https sites. Spin up a now.sh server to solve this.

About

Automate websites in-browser, using human-style target selection.


Languages

Language:JavaScript 100.0%