CodingBrowser a web browser for automation and extraction. It lets you easily inject your JavaScript code to any web pages on the fly.
I wanted a tool that allows you to:
- Execute custom JavaScript code in a better way than Chrome debug console.
- Automate daily web browsing in a better way than Puppeteer.
- Extract data on the webpage programmtically.
- Customize web page for yourself.
The JavaScript code you write is automatically loaded on every web page.
- Write JavaScript code in the Code pane.
- Press the Run button.
- The code will be executed whenever a web page is loaded.
Not ready
Install
git clone https://github.com/peerborough/codingbrowser.git
npm install
Start the app in the dev environment:
npm start
To package apps for the local platform:
npm run package