Categories

Developer

Jannis

History transmitter v0.2

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
This addon sends all accessed pages to a user defined server via HTTP/HTTPS.

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.