I want to collect some data inside a user-area of a particular page and send this data to my web server.
As this data holds private financial information, the transfer should be secured.
How can I send the data securely using Greasemonkey or Tampermonkey?
To transmit data securely from a Greasemonkey/Tampermonkey script, use GM_xmlhttpRequest() to
POSTdata to your secure server.Use SSL (https://) to do so.
For example: