History transmitter v0.2
With this addon you can send the history to a server. You can choose between GET and POST requests. The server is defined by entering the server address including protocol in the URL field.
Server for nodejs:
1. Download https://jnnx.de/history-server.js
2. Open the command line and run $nodejs /path/to/history-server.js
3. Set the server url to http://localhost:4040/get/ for GET requests or to http://localhost:4040/post for POST requests
Now you can see all accessed URLs in the command line.