Whisperer is an application that allows remote modification of elements on a webpage on the client side, who has the plugin installed. The application consists of a server and a browser plugin.
- Remote modification of content elements on a webpage.
- Undo changes made.
- Automatic sending of DOM snapshots to the server.
- Supporting Docker with Docker Compose.
Manual
-
Clone the repository:
git clone https://github.com/erpixxx/Whisperer.git cd Whisperer
-
Install server dependencies:
cd server npm install
-
Start the server:
npm start
Docker
-
Clone the repository
git clone https://github.com/erpixxx/Whisperer.git
-
Run the docker-compose command
docker compose up -d